@extends('User.Layout.main_layout') @section('title','Upload Document') @section('main_container')

@csrf /home/karnava/public_html/center.karnavati.in/resources/views/User/add_proofs.blade.php on line 55
"/>
@if ($errors->has('document_type')) {{ $errors->first('document_type')}} @endif
@if ($errors->has('document_name')) {{ $errors->first('document_name')}} @endif
@if ($errors->has('document')) {{ $errors->first('document')}} @endif
@endsection