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