@foreach($districts as $key=> $row)
{{ $row->title }} {{ $row->country->currentDescription->title ?? "" }} {{ $row->region->currentDescription->title ?? "" }} {{ $row->city->currentDescription->title ?? "" }} {{ __("general.$row->status") }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) {{ __('dashboard.restore') }} {{-- {{ __('dashboard.delete') }} --}} @else {{ __('dashboard.edit') }} {{ __('dashboard.trash') }} @endif @endforeach @if($districts->hasPages()) {{ $districts->links() }} @endif