| Name | Phone | Study Dest | Study Year | Status | Date | |
|---|---|---|---|---|---|---|
| {{$application->firstname}} {{$application->lastname}} | {{$application->email}} | {{$application->phone}} | {{$application->destination}} | {{$application->studyyear}} | @if ($application->is_read == 1) New @else Opened @endif | {{$application->created_at->diffForHumans()}} |
| Name | Subject | {{--Message | --}}Status | Date | |
|---|---|---|---|---|---|
| {{$message->name}} | {{$message->email}} | {{$message->subject}} | @if ($message->is_read == 1) New @else @endif | {{$message->created_at->diffForHumans()}} |
| Emails | {{--Date | --}}Status | |
|---|---|---|---|
| {{$news->email}} | {{--{{date_formatter($news->created_at)}} | --}} @if ($news->status == 1)Active | @elseIn Active | @endif