@extends('layout') @section('content')
@php $statusCheck = true; if (old('status') === 'inactive') { $statusCheck = false; } @endphp
@csrf

Basic Information icon

@error('name') {{ $message }} @enderror
@error('ticket_category_id') {{ $message }} @enderror
@error('description') {{ $message }} @enderror

Price Information icon

icon 15% VAT will be added automatically. Final price: 0.00 @error('price') {{ $message }} @enderror
@error('currency_id') {{ $message }} @enderror

Ticket Features icon

icon Type a new feature and press Enter to add it
Cancel
{{-- --}} {{-- active and inactive --}} {{-- --}} {{-- Include JustValidate --}} @endsection