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

@lang('Vendor Verification')

@if ($data->checkVerification())


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

@else
@csrf

@lang('Attachment') @lang('(Maximum Size is 10 MB)')

@endif
@endsection @section('script') @endsection