@include('auth.header')

View Job

@csrf
Reset
@if(Session::has('message'))
{{Session::get('message')}}
@endif @if(Session::has('message1'))
{{Session::get('message1')}}
@endif @if(Session::has('message2'))
{{Session::get('message2')}}
@endif
@foreach ($addjob ?? '' as $addj) @endforeach
# Job Title Department Title Location Reference ID Posted Date Action
1 {{ $addj->county }} {{ $addj->category}} {{ $addj->location }} {{ $addj->ref_id}} {{ $addj->post_date}}
{!! $addjob->links() !!}
@include('auth.footer')