User Verifications

Sort by:
@if(count($identifications)) @foreach($identifications as $identi)
@if($identi->user)
Name: {{$user->fullname}}
Email: {{$user->email_address}}
@endif
{!! Theme::section('user.identification.verification.edit-data',['identi'=>$identi]) !!}
@endforeach @else
No result found.
@endif
{!! $identifications->appends(request()->except('page'))->render() !!}
{!! Theme::section('user.identification.verification.preview') !!}