@extends('layouts.users.app') @push('styles') @endpush @section('content') @if (session('error')) @endif @if (session('success')) @endif
{{ Auth::user()->name }}
{{ __('Here is what is happening today.') }}
{{ __('Global overview') }}
{{ __('Active sales') }}
{{ __('Active purchases') }}
{{ __('Global inventory of used machines currently listed.') }}