@include('admin.inc.head')
@if (session('success')) @endif @if ($errors->has('error_message')) @endif
All Jobs
{{ count($trash) }}
@forelse ( $trash as $mes ) @empty @endforelse
# Job Title Job Description Job Image Job Expiry Date Action
{{ $loop->iteration }} {{ $mes->title }} {{ $mes->job_description }} job image {{ $mes->job_expiry ? $mes->job_expiry->format('d M, Y') : 'N/A' }} Restore
Nothing to Show
@include('admin.inc.footer')