@if(count($plant_location_master_list) == 0) @else @php $count=$plant_location_master_list->firstItem();@endphp @foreach($plant_location_master_list as $location_data) @endforeach @endif
S.No Location name Action
No record found
{{ $count++ }} {{$location_data->plant_location ?? ''}}
@lang('core.col_totalrecord'): {{$plant_location_master_list->total()}}
{!! $plant_location_master_list->appends(Request::except('page'))->links() !!}