@csrf
@if($edit_id)
@csrf
@else
@csrf
@endif @if(count($member_documents) > 0)
All Documents List
@foreach($member_documents as $member_document) @endforeach
Document Type Note Document File Action
{{ 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
@endif