@include('auth.header')

Job Title

@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('status'))
{{Session::get('status')}}
@endif @if(Session::has('message'))
{{Session::get('message')}}
@endif
@foreach ($county as $count) @endforeach
# Job Title Name Action
1 {{ $count->county }}
@include('auth.footer')