@extends('admin.layout.master') @section('content')
{{ csrf_field() }}
ایجاد پیام
@include('share.forms.error',['name'=>'department_id'])
@include('share.forms.error',['name'=>'user_id'])
@include('share.forms.error',['name'=>'admins_id'])
@include('share.forms.input',['name'=>'title','title'=>'تیتر'])
@include('share.forms.select',['name'=>'priority','title'=>'اولویت','options'=>['urgent'=>'فوری','high'=>'بالا','medium'=>'موتسط','low'=>'پایین']])
@include('share.forms.select',['name'=>'status','title'=>'وضعیت','options'=>['open'=>'باز','pending'=>'در حال بررسی','close'=>'بستن','deactive'=>'غیر فعال']])
@include('share.forms.textarea-Material',['name'=>'body','title'=>'متن'])
@include('share.forms.file',['name'=>'file','title'=>'آپلود فایل'])
@include('share.forms.switch',['name'=>'status','title'=>'وضعیت','checked'=>true])
@include('share.extra.back',['route'=>route('tickets.index')]) @endsection @push('scripts') @endpush @push('styles') @endpush