@csrf
Select Relative
Select One..
@foreach ($users as $user)
id, $relative_ids) || $user->id == auth()->user()->id) disabled="disabled" @endif>{{ $user->name }} - {{ $user->user_id }}
@endforeach
Note
Save
@if ($edit_id)
@csrf
Select One..
@foreach ($users as $user)
relative_id == $user->id) selected @endif>{{ $user->name }} - {{ $user->user_id }}
@endforeach
Select Relation
Select One..
Father
Mother
Brother
Sister
Son
Daughter
Husband
Wife
Grand Father
Grand Mother
Note
{{ $editable_data->note }}
Update
Close
@else
@csrf
Select Relative
Select One..
@foreach ($users as $user)
id, $relative_ids) || $user->id == auth()->user()->id) disabled="disabled" @endif>{{ $user->name }} - {{ $user->user_id }}
@endforeach
Select Relation
Select One..
Father
Mother
Brother
Sister
Son
Daughter
Husband
Wife
Grand Father
Grand Mother
Note
Save
@endif @if(count($relatives) > 0)
Member Relative List
SL.
Relative Name
Relation
Note
Action
@foreach($relatives as $relative)
{{ $loop->iteration }}
{{ $relative->user->name }}
{{ $relative->relation }}
{{ $relative->note }}
id) }}" method="post" data-loadableurl="{{route('members.relatives',$id) }}" data-loadable='true' data-selector="#modal_page_body"> @csrf
@endforeach
@endif