@foreach ($plots as $plot)
@endforeach
{{ __('plots.th_plot_number') }} |
{{ __('plots.th_block') }} |
{{ __('plots.th_location') }} |
{{ __('plots.th_village_street') }} |
{{ __('plots.th_ward') }} |
{{ __('plots.th_district') }} |
{{ __('plots.th_city') }} |
{{ __('plots.th_size') }} |
{{ __('plots.th_price') }} |
{{ __('plots.th_actions') }} |
{{ $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 --}}
|