@include('inc/header')
@if(session('success'))
× {{ session('success') }}
@endif
| S.No. |
Code |
Name |
Status |
Actions |
@foreach($lists as $list)
| {{$x}} |
{{$list->location_code}} |
{{$list->location_name}} |
{{$list->status}} |
Edit
|
@endforeach
@include('inc/footer')