@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}
@component('admin.components.input-localized',["required" => true, "type" => "textarea"]) @slot('name') details @endslot @slot('placeholder') {{ __('Enter Verification Details') }} @endslot {{ __('Details') }} * @endcomponent
@endsection