@stack('css')
@if(Session::has('success')) @endif @if(Session::has('error')) @endif
@if($unreadedMessages > 0)
You have {{ $unreadedMessages }} new {{ $unreadedMessages > 1 ? 'messanges' : 'message'}}
@else
You have no new messange
@endif
@foreach($contactMessages as $key=>$contactMessage)
{{$contactMessage->name}}
{{str_limit($contactMessage->subject, 20)}}
{{$contactMessage->created_at->diffForHumans()}}
@endforeach
kabir
@if($errors->has('query'))
{{$errors->first('query')}}
@endif
{{Auth::user()->name}}
{{Auth::user()->name}}
{{Auth::user()->email}}
View Profile
My Profile
Logout
@csrf
@yield('content')
@stack('js')