@extends('layouts.usermaster') @section('styles') @endsection @section('content') @if(setting('ANNOUNCEMENT_USER') == 'only_login_user' || setting('ANNOUNCEMENT_USER') == 'all_users')
@foreach ($announcement as $anct) @if ($anct->status == 1) @endif @endforeach {{-- holidays display as announcement --}} @foreach ($holidays as $anct) @if ($anct->status == 1) @endif @endforeach {{-- holidays display as announcement --}} @foreach ($announcements as $ancts) @php $announceDay = explode(',', $ancts->announcementday); $now = today()->format('D'); @endphp @foreach ($announceDay as $announceDays) @if ($ancts->status == 1 && $announceDays == $now) @endif @endforeach @endforeach
@endif
@include('includes.user.verticalmenu')
@if (setting('envato_on') == 'on') @endif @if (setting('envato_on') == 'on') @endif

{{lang('New Ticket')}}

@honeypot
@if(setting('cc_email') == 'on')
{{lang('You are allowed to send only a single CC.')}}
@error('ccmail') {{ lang($message) }} @enderror
@endif
{{lang('Maximum')}} {{setting('TICKET_CHARACTER')}} {{lang('Characters')}}
@error('subject') {{ lang($message) }} @enderror
@error('category') {{ lang($message) }} @enderror
@if($customfields->isNotEmpty()) @foreach($customfields as $customfield)
@if($customfield->fieldtypes == 'text') fieldrequired == '1' ? 'required' : ''}}> @endif @if($customfield->fieldtypes == 'email') fieldrequired == '1' ? 'required' : ''}}> @endif @if($customfield->fieldtypes == 'textarea') @endif @if($customfield->fieldtypes == 'checkbox') @php $coptions = explode(',', $customfield->fieldoptions) @endphp @foreach($coptions as $key => $coption) @endforeach @endif @if($customfield->fieldtypes == 'select') @endif @if($customfield->fieldtypes == 'radio') @php $roptions = explode(',', $customfield->fieldoptions) @endphp @foreach($roptions as $roption) @endforeach @endif
@endforeach @endif
@error('message') {{ lang($message) }} @enderror
@if(setting('USER_FILE_UPLOAD_ENABLE') == 'yes')
{{lang('The file size should not be more than', 'filesetting')}} {{setting('FILE_UPLOAD_MAX')}}{{lang('MB', 'filesetting')}}
@endif
@endsection @section('scripts') @endsection