@if (App::getLocale() == 'ar')
{{--
--}}
@else
{{--
--}}
@endif
{{--
+
--}} {{--
--}} {{--
3
You have 3 notification
2 new Messages
17:50 Pm
1 Event Soon
19-10-2021
See all Notification
--}}
@if (auth()->user()->image)
@else
@endif
Profile
Log out
@yield('content') {{-- Abdelrahman --}}
Your Feedback
×
@csrf
Suggestion
Complain
Request
{{--
ID :
--}}
Message :
{{-- /Abdelrahman --}}
{{-- --}} {{-- Success and Error Messages in arabic --}} @if (App::getLocale() == 'ar') @if ($message = Session::get('success-ar')) @endif @if ($message = Session::get('error-ar')) @endif @else {{-- Success and Error Messages in English --}} @if ($message = Session::get('success-en')) @endif {{-- Error Message in english --}} @if ($message = Session::get('error-en')) @endif @endif @if ($message = Session::get('login-welcome')) @endif {{-- Copy sharable link and password to clipboard --}} @yield('teacher-js')