@extends('admin.layouts.app') @section('content')

Official

{{--
Responsive DataTables
Highly flexible tool that many advanced features to any HTML table. See official documentation here.
--}}
= {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @if(isset($users_array)) @foreach ($users_array as $user) @if ($user->action_by != null) @else @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach @endif
Application-ID Name D.O.B State District Email Status Verified ByActionGenderAgeCountryAddressPincodeMobileProfilesSub ProfilePrimary ProfileRequested At
{{ $user->application_id }} {{ $user->fname }} {{ $user->lname }} {{ $user->dob }} {{ $user->state_name }} {{ $user->district_name }} {{ $user->email }} @if ($user->approved == 1) Active @elseif($user->approved == -1) Rejected @else Pending @endif {{ $user->action_by }}-- View{{$user->gender}}{{$user->age}}{{$user->country_id}}{{$user->address}}{{$user->pincode}}{{$user->mobile}}{{$user->profiles}}{{$user->sub_profile}}{{$user->primary_profile}}{{$user->updated_at}}
@endsection