logo small logo dark logo small logo

General consultations dashboard

  • 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
  • --}} {{--
  • 3
    Notification
    Clear All

    Caleb Flakelar commented on Admin 1 min ago

    New user registered. 5 hours ago

    Carlos Crouch liked 3 days ago

    Caleb Flakelar commented on Admi 4 days ago

    New user registered. 7 days ago

    Carlos Crouch liked Admin. Carlos Crouch liked

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