Attachments

@php $i=0; @endphp @if(isset($data->attachment) && count($data->attachment) > 0) @foreach($data->attachment as $attachment) @if($attachment['status'] !='D') @php($i++) @endif @endforeach @else @if($isExternal=='true') @endif @endif
File Name Orginal File Name File Upload Download Action
@if($attachment['is_office_order'] =='Y') @elseif($attachment['is_attendance_sheet'] =='Y') @elseif($attachment['is_meeting_minutes'] =='Y') @elseif($isExternal=='true' && $attachment['meeting_req_id']!=null) @else @endif @if(isset($attachment['user_attachment_file']) && $attachment['user_attachment_file'] != '') {{$attachment['user_attachment_file']}} @endif @if($attachment['is_office_order'] =='Y') @elseif($attachment['is_attendance_sheet'] =='Y') @elseif($attachment['is_meeting_minutes'] =='Y') @elseif($isExternal=='true' && $attachment['meeting_req_id']!=null) @else @endif @if($attachment['attachment_path']) @endif
@if($attachment['is_office_order'] =='N' && $attachment['is_attendance_sheet'] =='N' && $attachment['is_meeting_minutes'] =='N' && $attachment['meeting_req_id']==null) Delete @endif
@if ($errors->has('official_file_paths')) {{ $errors->first('official_file_paths') }} @endif
@if ($errors->has('attendance_sheet_file_paths')) {{ $errors->first('attendance_sheet_file_paths') }} @endif
@if ($errors->has('meeting_minutes_file_paths')) {{ $errors->first('meeting_minutes_file_paths') }} @endif
@if ($errors->has('ext_meeting_req_file_paths')) {{ $errors->first('ext_meeting_req_file_paths') }} @endif