@extends('layouts.master') @section('title', 'ارسال تیکت جدید') @section('breadcrumb')

ارسال تیکت جدید

@endsection @section('content')
@csrf
@error('subject') {{ $message }} @enderror
@error('priority') {{ $message }} @enderror
@error('department') {{ $message }} @enderror
@error('user') {{ $message }} @enderror
@error('content') {{ $message }} @enderror
شما میتوانید حداکثر {{ config('upload_max_file_count') }} تا فایل آپلود کنید
هر فایل شما نباید بیشتر از {{ config('upload_max_file_size') }} مگابایت حجم داشته باشد
@csrf

فایل ها را برای آپلود به اینجا بکشید و رها کنید

@endsection @section('script') @php $timeout = 999; if (ini_get('max_input_time') == -1) { $timeout = ini_get('max_execution_time'); } elseif (ini_get('max_input_time') > 0) { $timeout = ini_get('max_input_time'); } $timeout *= 1000; @endphp @endsection