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

{{ __('Vendor Verification') }}

@if($data->checkVerification())


{{ $langg->lang804 }}

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

{{ __('Description') }} *

{{ __('Attachment') }}*

(Maximum Size is 10 MB)

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