@foreach ($clientPlots as $clientPlot) @endforeach
{{ __('client_plots.th_client_id') }} {{ __('client_plots.th_plot_id') }} {{ __('client_plots.th_amount') }} {{ __('client_plots.th_duration') }} {{ __('client_plots.th_duration_unit') }} {{ __('client_plots.th_actions') }}
{{ $clientPlot->client->name }} {{ $clientPlot->plot->plot_number }} {{ isset($clientPlot->amount) ? number_format($clientPlot->amount) : '' }} {{ $clientPlot->duration }} {{ $clientPlot->duration_unit_data->name ?? '' }}