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

Submit Support Ticket

{{-- Validation Errors --}} @if ($errors->any())
@endif {{-- Success Message --}} @if (session('success'))
{{ session('success') }}
@endif {{-- Ticket Form --}}
@csrf {{-- Category --}}
{{-- Message --}}
{{-- Submit --}}
@endsection