Tabler

@if($messages->count()>0) @endif

Last Messages

@foreach($messages as $message)
@if($message->is_read==1)
@else
@endif
{{ $message->subject }}
{{ $message->email }}
{{ $message->created_at->diffForHumans() }}
view
@endforeach
{{ $author->name }}
{{ $author->username }}
Profile Logout
@csrf
  • Home
  • @if(auth()->user()->type == 1)
  • Categories
  • Authors
  • @endif
  • Resources
    Add New Resources All Resources
  • Posts
    Add New Post All Posts
  • @if(auth()->user()->type == 1)
  • Settings
    About General Settings Privacy Policy Terms & Conditions
  • @endif