@extends('user.layout.master') @section('content')
{{ csrf_field() }}
ایجاد تیکت @include('share.extra.back2',['route'=>route('user.tickets.index')])
@include('share.forms.select',['name'=>'department_id','title'=>'انتخاب دپارتمان','options'=>$departments])
@include('share.forms.select',['name'=>'priority','title'=>'اولویت','options'=>['urgent'=>'فوری','high'=>'بالا','medium'=>'متوسط','low'=>'ضعیف']])
@include('share.forms.input',['name'=>'title','title'=>'تیتر'])
@include('share.forms.textarea-Material',['name'=>'body','title'=>'متن'])
@include('share.forms.file',['name'=>'file','title'=>'آپلود فایل'])
@endsection @push('scripts') @endpush