@extends('layouts.new_theme') @section('content')

{{ __('Tickets') }}

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

{{ __('Modify Ticket') }}


@csrf
@error('subject')
{{ $message }}
@enderror
@if (env('APP_ENV') != 'demo')
@endif
@endsection