{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') {{-- Dashboard 1 --}} @parent

Land Owner View Land Owner List

{{$row->name_of_landowner??'--'}}
{{$row->contact_person??'--'}}
{{$row->user_email??'--'}}
{{$row->mobile_number??'--'}}
{{$row->address??'--'}}
{{$row->land_address??'--'}}
@if($row->area_of_plot)
{{$row->area_of_plot??'--'}}
@endif @if($row->plot_dimension_in_front)
{{$row->plot_dimension_in_front??'--'}}
@endif @if($row->plot_dimension_in_depth)
{{$row->plot_dimension_in_depth??'--'}}
@endif @if($row->width_of_road)
{{$row->width_of_road??'--'}}
@endif @if($row->special_feature)
{{$row->special_feature??'--'}}
@endif @if($row->type_of_use)
{{$row->type_of_use??'--'}}
@endif @if($row->any_special_requirement)
{{$row->any_special_requirement??'--'}}
@endif @if($row->remarks)
{{$row->remarks??'--'}}
@endif @if($row->created_at)
{{$row->created_at??'--'}}
@endif
@endsection