@extends('admin.layouts.auth') @section('style') @endsection @section('content')

KYC Verification

Upload your business documents

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Upload your business documents

@endsection