@include('flash::message')
ID |
City Name |
{{-- Delivery Charge | --}}
{{-- Added / Modified date | --}}
Action |
@if(count($locationdetails)>0)
@foreach ($locationdetails as $key=>$loc)
{{ $loc->loc_id }} |
{{$loc->name}}
|
{{-- 0 | --}}
{{--
{{ empty($loc->modified) ? $loc->created : $loc->modified }}
| --}}
{{-- --}}
{{-- --}}
|
@endforeach
@else
No record found! |
@endif
{{$locationdetails->appends($_GET)->links()}}
@endsection