@extends($activeTemplate.'layouts.master') @section('content') @csrf @lang('Subject') @lang('Priority') @lang('High') @lang('Medium') @lang('Low') @lang('Message') {{old('message')}} @lang('Add Attachment') @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') @lang('Submit') @endsection @push('style') @endpush @push('script') @endpush
@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')