@csrf
Select Document Type
Select One..
{{ create_option("all_types","id","name",old('document_type'),'WHERE type="member_document"','ORDER BY name ASC') }}
Document File
Note
Save
@if($edit_id)
@csrf
Select Document Type
{{ create_option("all_types","id","name",$editable_data->document_type_id,'WHERE type="member_document"','ORDER BY name ASC') }}
Document File
Note
{{ $editable_data->note }}
Update
Close
@else
@csrf
Select Document Type
Select One..
{{ create_option("all_types","id","name",old('document_type'),'WHERE type="member_document"','ORDER BY name ASC') }}
Document File
Note
Save
@endif @if(count($member_documents) > 0)
All Documents List
Document Type
Note
Document File
Action
@foreach($member_documents as $member_document)
{{ ucfirst(@$member_document->document_type_data->name) }}
{{ ucfirst(@$member_document->note) }}
Download
id) }}" method="post" data-loadableurl="{{route('members.documents',$userId) }}" data-loadable='true' data-selector="#modal_page_body"> @csrf
@endforeach
@endif