@extends($activeTemplate . 'layouts.master') @section('content')
{{ __($pageTitle) }}
@lang('Ticket List')
@csrf
@lang('Please select the priority that best matches the severity of your issue').
@lang('Max 5 files can be uploaded | Maximum upload size is ' . convertToReadableSize(ini_get('upload_max_filesize')) . ' | Allowed File Extensions: .jpg, .jpeg, .png, .pdf, .doc, .docx')
@endsection @push('style') @endpush @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush