Land Owner List
| # | Name of Land Owner | Mobile Number | Type of Use | Action | |
|---|---|---|---|---|---|
| {{$index++}}. | {{$r->name_of_landowner??''}} | {{$r->user_email??''}} | {{$r->mobile_number??''}} | {{$r->type_of_use??''}} | |
| No data found! | |||||
{!! $rows->appends(request()->query())->links('pagination::bootstrap-4') !!}