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