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

{{ __('Vendor Verification') }}

@if (Auth::user()->checkWarning())

{{ Auth::user()->displayWarning() }}

@endif @if ($data->checkVerification())


{{ __('Your Documents Submitted Successfully.') }}

@else @include('includes.admin.form-both')
{{ csrf_field() }}

{{ __('Description') }} *

{{ __('Attachment') }}*

(Maximum Size is 10 MB)

@endif
@endsection @section('scripts') @endsection