| {{ $item['id'] ?? '-' }} |
{{ $item['info_fa'] ?? '-' }} |
{{ $item['axis_type_name'] ?? '-' }} |
{{ $item['created_at'] ? verta($item['created_at'])->format('Y/n/j H:i:s') : '-' }} |
{{$item['step_fa'] ?? '-'}} |
{{$item['is_finished'] ? 'خاتمه یافته' : 'در جریان'}} |
{{$item['final_description'] ?? '-'}} |
{{$item['status_fa']?? '-'}} |
{{$item['supervisor_description']?? '-'}} |
{{ $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_date'])->format('Y/n/j H:i:s') : '-' }}
|
{{$item['operator_description'] ?? '-'}} |
@endforeach