@include('inc.breadcrumb', [
'breadcrumb_items' => [
__('messages.Home') => 'active',
],
])
@if (date('a') == 'am')
@if (app()->getLocale() == 'ar')
صباح الخير يا {{ auth()->user()->name }}
@else
Good morning, {{ auth()->user()->name }}
@endif
@else
@if (app()->getLocale() == 'ar')
مساء الخير يا {{ auth()->user()->name }}
@else
Good evening, {{ auth()->user()->name }}
@endif
@endif
😍
{{ $job_count }}
{{ __('messages_301.Jobs') }}
{{ $applicant_count }}
{{ __('messages_301.Applicants') }}
{{ $posts_count }}
{{ __('messages_303.Posts') }}
@endsection
@section('script')
@endsection