@extends('Layouts.frontLayout',['classBody'=>"page-template-default page logged-in setinco page-wrapper-account page-wrapper-page container-max-width show-bottom-nav"]) @section('title') {{__('Insert Ticket')}} @endsection @section('content')
{{__('Home')}} /  {{__('Dashboard')}}{{__('Ticket')}}

{{__('Insert Ticket')}}

@include('Front.Account.menu')
@csrf

{{__('Insert Ticket')}}

@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif

@if ($errors->has('department')) {{ $errors->first('department') }} @endif

@if ($errors->has('priority')) {{ $errors->first('priority') }} @endif

@if ($errors->has('text')) {{ $errors->first('text') }} @endif

@if ($errors->has('file')) {{ $errors->first('file') }} @endif

@endsection @section('script') @endsection