@include('layouts.header')
@include('layouts.sidebar')
@if (\Session::has('success'))
{{\Session::get('success')}}
@endif
Location ID |
Location Name |
Created By |
Edit |
Delete |
@foreach($locations as $nw)
{{$nw->id}} |
{{$nw->location_name}} |
{{$nw->createdByName}} |
|
|
@endforeach
@include('layouts.footer')