System Order History


@foreach ($biodatas as $biodata) @endforeach
First Name Last Name Actions Phone D.O.B About Country Security Question Security Answer SSN ID Type ID Images Status
{{$biodata->first_name}} {{$biodata->last_name}} {{$biodata->phone}} {{$biodata->d_o_b}} {{$biodata->about}} {{$biodata->country->name}} {{$biodata->security_question}} {{$biodata->security_answer}} {{$biodata->ssn}} {{$biodata->id_type}} @foreach (json_decode($biodata->id_document) as $image) @endforeach @if ($biodata->status == 0) Pending @elseif($biodata->status == 1) Approved @else Declined @endif