@extends(activeTemplate() .'layouts.user') @section('content')

{{__($page_title)}}

@csrf
@lang("Allowed File Extensions: .jpg, .jpeg, .png, .pdf, .doc, .docx")
@if($plugins[2]->status == 1) @php echo recaptcha() @endphp @endif @endsection @section('load-js') @stop @section('script') @endsection