@php $auth_format = \Session::get('company_data')['date_format'] ?? ''; @endphp
Account Attachments
@if(in_array('account-attachments-create', $authRolePermissions)) @endif

@if(in_array('account-attachments-edit', $authRolePermissions)) @endif @if(in_array('account-attachments-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('account-attachments-edit', $authRolePermissions)) @endif @if(in_array('account-attachments-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Title Valid Upto Attachment StatusEditDelete
{{1 + $key}} {!! $list->title !!}
{!! $list->details !!}
{{ date($auth_format, strtotime($list->expiry_date)) }} @if($list->file_url != '') Download @endif
status=='1' ? 'checked' : ''}}>
No Data Found