@extends('layouts.app') @section('style') @endsection @section('content')
@if (session('error'))
{{ session('error') }}
@endif

Tickets

@csrf @method('POST')
@error('subject') @enderror
@error('message') @enderror
@endsection @section('script') @endsection