Profiles

Total Records: {{ $dataChannel }}
@foreach ($profiles as $element) @endforeach @include('Modules.DataCollection.Admin.table-data-ajax',['ext' => $ext,'search' => $search,'dataChannel' => $dataChannel,'userType' => $userType])
# Phone First Name Last Name Gender Marital Status Birth Date Occupation Country Address Action
{{ $element->id }} {{ $element->phone }} {{ $element->firstname }} {{ $element->lastname }} {{ $element->gender }} {{ $element->marital_status }} {{ $element->birth_date }} {{ $element->occupation }} {{ $element->country }} {{ $element->address }}

Create Profile Record

{{ csrf_field() }}
Phone Number:
First Name:
Last Name:
Gender:
Marital Status:
Birth Date:
Occupation:
Country:
Address:
Profile Photo:
Qr File Name:
@if ($errors->any()) @endif