@extends('layouts.client_template') @section('content')

POI Document Upload

Maximum documents upload size: 2M

@if(Auth::user()->verified_status != '1')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach

POI Document Upload


{{ csrf_field() }}
@if ($errors->has('bankcountry')) {{ $errors->first('bankcountry') }} @endif
@error('expire_date') {{ $message }} @enderror
@if ($errors->has('doc_no')) {{ $errors->first('doc_no') }} @endif
@if($errors->has('poi_doctype')) {{ $errors->first('poi_doctype') }} @endif
@if ($errors->has('poidocument')) {{ $errors->first('poidocument') }} @endif
@endif

Uploaded POI Document List


@if(count($photos) > 0)
Sr. Document Type Document Number Date of expiry File Country Status Comment