{{-- --}} @foreach($lands as $land) {{-- --}} @endforeach
الموقع مساحة الارض بالفدان مساحة الارض بالمتر المربع نوعية المشروع وصف المشروع Created Atالفعل
{{ $land->location }} {{ $land->space_acres }} {{ $land->space_square_meters }} {{ $land->project_quality }} {{ $land->project_description }}{{ $land->created_at }} {!! Form::open(['route' => ['lands.destroy', $land->id], 'method' => 'delete']) !!}
{{-- --}} {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}