@extends( ($theme =="white") ? 'layouts.white_user_theme': ( ($theme =="red") ? 'layouts.red_user_theme': (($theme =="green") ? 'layouts.green_user_theme': (($theme =="black") ? 'layouts.black_user_theme': (($theme =="blue") ?'layouts.blue_user_theme' : 'layouts.yellow_user_theme')))) ) @section('content')

{{ __('Open Ticket') }}

@include('common.demo') @include('common.errors')

{{ __('Open Ticket') }}

@csrf
@if(Auth::check()) @if($products)
@endif
{{ __('Here you need to select the department to wich the ticket should be assigned') }}.
{{ __('Here you need to select the priority of your ticket') }}.
@endif
@error('title')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror
@error('attachments.*')
{{ $message }}
@enderror {{ __('The attachments must be a file of type: ')}}{{ $extension }}.
@endsection