{{ $plot->plot_number }} |
{{ $plot->block }} |
{{ $plot->location }} |
{{ $plot->village_street }} |
{{ $plot->ward }} |
{{ $plot->district }} |
{{ $plot->city }} |
{{ isset($plot->size) ? number_format($plot->size, 2) : '' }} |
{{ isset($plot->price) ? number_format($plot->price, 2) : '' }} |
{{--
--}}
{{-- @can('update', $plot) --}}
{{-- @endcan --}}
{{-- @can('delete', $plot) --}}
{{-- @endcan --}}
|
@endforeach