@yield("css")
{{--
--}}
@php $str = strip_tags(\Auth::user()->name); $str = trim($str); if (strlen($str) > 19) { $str = substr($str, 0, 17); $str .= (true) ? '..' : ''; } @endphp أهـــلا وســـهــلا بــك
{{$str}}
،
تـسـجـيـل الـخــروج
تـاريخ اليوم :
{{date('Y-m-d')}}
السـاعة الآن :
{{--
--}}
{{--
Nick
--}}
{{--
--}}
{{Auth::user()->name}}
{{Auth::user()->email}}
{{--
Section
--}}
حسابي الشخصي
تسجيل الخروج
{{--
تسجيل خروج
--}}
@include('admin.layout.top_menu')
@yield("page-content")
@yield("js")