@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
😍
@endsection
{{--
@section('script')
@endsection --}}