@extends('admin.master',['menu'=>'users' ,'sub_menu'=>'pending_id']) @section('title', isset($title) ? $title : __('Id Verification')) @section('style') @endsection @section('content')
  • {{__('User management')}}
  • {{__('Pending ID verification')}}
@if(isset($fields_name['nid_front']))

{{__('Pending NID Verification')}}

{{__('NID Front Side')}}

{{__('NID Back Side')}}

{{__('NID Selfie')}}

@endif @if(isset($fields_name['drive_front']))

{{__('Driving licence Verification')}}

{{__('Driving licence Front Side')}}

{{__('Driving licence Back Side')}}

{{__('Driving Selfie')}}

@endif @if(isset($fields_name['pass_front']))

{{__('Passport Verification')}}

{{__('Passport Front Side')}}

{{__(' Passport Back Side')}}

{{__('Driving Selfie')}}

@endif @if(isset($fields_name['voter_front']))

{{__('Voter Card Verification')}}

{{__('Voter Card Front Side')}}

{{__(' Voter Card Back Side')}}

{{__('Driving Selfie')}}

@endif
@endsection @section('script') @endsection