@extends('adminlayout.admin') @section('content')

Add Ticket

@csrf
@if ($errors->has('title')){{ $errors->first('title') }}@endif
@endsection