@extends(activeTemplate() .'layouts.user') @section('content') @include(activeTemplate().'partials.breadcrumb') @include(activeTemplate().'partials.sidebar') {{__($page_title)}} @lang('See All') @csrf @lang('Name') @lang('Email address') @lang('Subject') @lang('Department') @foreach($topics as $topic) {{$topic->name}} @endforeach @lang('Priority') @lang('Medium') @lang('High') @lang('Low') @lang('Message') {{old('message')}} @lang('Attachments') @lang('Add More') @lang("Allowed File Extensions: .jpg, .jpeg, .png, .pdf, .doc, .docx") @lang('Submit Now') @lang('Cancel') @if($plugins[2]->status == 1) @php echo recaptcha() @endphp @endif @endsection @section('load-js') @stop @section('script') @endsection