logo small logo dark logo small logo

Dashboards

  • {{--
  • img lang {{ auth('admin')->user()->lang =="ar" ? __("messages.lang.Arabic") : __("messages.lang.English")}}
    user-image {{ __("messages.lang.Arabic") }} user-image {{ __("messages.lang.English") }}
  • --}} {{--
  • 4
    Messages
    Clear All
    Cristina Pride 1 day ago
    Hi, How are you? What about our next meeting
    Sam Garret 2 day ago
    Yeah everything is fine
    Karen Robinson 2 day ago
    Wow thats great
    Sherry Marshall 3 day ago
    Hi, How are you? What about our next meeting
    Shawn Millard 4 day ago
    Yeah everything is fine
    View All
  • --}}
  • Notification
    @foreach ($global_notification_var['all_notification'] as $notify)

    {{ $notify->message }} {{ $notify->created_at_format }}

    @endforeach
    @if ($global_notification_var['next_page']) View More @endif
  • user-image @php $full_name = auth()->user()->name; $first_name = explode(' ', trim($full_name))[0]; // will print Hello @endphp
    {{ $first_name }}
    {{ __('messages.Welcome !') }}
    {{ __('messages.My Account') }} {{-- {{ __("messages.Settings") }} --}}
    @csrf