@extends('layouts.instructor') @section('content')
  • {{ __('Complete Your ekyc') }}
  • {{ __('ekyc Done') }}
  • {{ __('Get Certificate') }}
@csrf {{-- ekyc verification div --}} {{--
{{ __('For ekyc verification provide your NID') }}
@if ($errors->has('nid')) {{ $errors->first('nid') }} @endif
--}}
@endsection