| {{ $item['id'] ?? '-' }} |
{{ $item['province_fa'] ?? '-' }} |
{{ $item['edare_shahri_name'] ?? '-' }} |
{{ $item['info_fa'] ?? '-' }} |
{{ $item['activity_date_time'] ? verta($item['activity_date_time'])->format('Y/n/j H:i:s') : '-' }}
|
{{ $item['judiciary_document_upload_date'] && $item['judiciary_document_upload_date'] != '0000-00-00 00:00:00' ? verta($item['judiciary_document_upload_date'])->format('Y/n/j H:i:s') : '-' }}
|
{{ $item['action_picture_document_upload_date'] ? verta($item['action_picture_document_upload_date'])->format('Y/n/j H:i:s') : '-' }} |
{{ $item['step_fa'] ?? '-' }} |
{{ $item['created_at'] ? verta($item['created_at'])->format('Y/n/j H:i:s') : '-' }} |
@endforeach