@extends('layouts.usermaster') @section('styles') @endsection @section('content') {{lang('Create Ticket', 'menu')}} {{lang('Home', 'menu')}} {{lang('Create Ticket', 'menu')}} @include('includes.user.verticalmenu') @if (setting('envato_on') == 'on') {{lang('Support Expired: Your support has expired. In order to continue receiving our assistance, please renew your support.')}} {{lang('Support Policy')}} {{lang('How To Renew Item Support')}} @endif @if (setting('envato_on') == 'on') {{lang('Your purchase code has been verified, but product support has expired.')}} {{lang('Support Policy')}} {{lang('How To Renew Item Support')}} @endif {{lang('New Ticket')}} @honeypot @if(setting('cc_email') == 'on') {{lang('CC')}} {{lang('You are allowed to send only a single CC.')}} @error('ccmail') {{ lang($message) }} @enderror @endif {{lang('Subject')}} * {{lang('Maximum')}} {{setting('TICKET_CHARACTER')}} {{lang('Characters')}} @error('subject') {{ lang($message) }} @enderror {{lang('Category')}} * @foreach ($categories as $category) {{ $category->name }} @endforeach @error('category') {{ lang($message) }} @enderror {{lang('SubCategory')}} @if($customfields->isNotEmpty()) @foreach($customfields as $customfield) {{$customfield->fieldnames}} @if($customfield->fieldrequired == '1') * @endif @if($customfield->fieldtypes == 'text') fieldrequired == '1' ? 'required' : ''}}> @endif @if($customfield->fieldtypes == 'email') fieldrequired == '1' ? 'required' : ''}}> @endif @if($customfield->fieldtypes == 'textarea') fieldrequired == '1' ? 'required' : ''}}> @endif @if($customfield->fieldtypes == 'checkbox') @php $coptions = explode(',', $customfield->fieldoptions) @endphp @foreach($coptions as $key => $coption) {{$coption}} @endforeach @endif @if($customfield->fieldtypes == 'select') fieldrequired == '1' ? 'required' : ''}}> @php $seoptions = explode(',', $customfield->fieldoptions) @endphp @foreach($seoptions as $seoption) {{$seoption}} @endforeach @endif @if($customfield->fieldtypes == 'radio') @php $roptions = explode(',', $customfield->fieldoptions) @endphp @foreach($roptions as $roption) fieldrequired == '1' ? 'required' : ''}}> {{$roption}} @endforeach @endif @endforeach @endif {{lang('Description')}} * {{old('message')}} @error('message') {{ lang($message) }} @enderror @if(setting('USER_FILE_UPLOAD_ENABLE') == 'yes') {{lang('Upload File')}} {{lang('The file size should not be more than', 'filesetting')}} {{setting('FILE_UPLOAD_MAX')}}{{lang('MB', 'filesetting')}} @endif {{lang('I agree with')}}{{lang('Terms & Services')}} @endsection @section('scripts') @endsection