@include('auth.header')

Location

@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('message'))
{{Session::get('message')}}
@endif @if(Session::has('status'))
{{Session::get('status')}}
@endif
@foreach ($location as $loca) @endforeach
# Location Action
1 {{ $loca->location }}
{!! $location->links() !!}
@include('auth.footer')