@extends('layouts.sidebar') @section('title', 'Nomadic-Locations') @section('content')

Locations

Add New Location
@if(!empty($data) && $data->count()) @foreach($data as $dt) @endforeach @else @endif
Location
{{$dt->location}}
No record found
{!! $data->withQueryString()->links('vendor.pagination.bootstrap-5') !!}
@endsection @section('footer_scripts') @endsection