@extends('driver.layout') @section('title','Create Support Ticket') @section('content')
{{-- HEADER --}}

Create Support Ticket

Need help? Tell us what’s going on.

{{-- CARD --}}
{{-- ERRORS --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- SUBJECT --}}
{{-- PRIORITY --}}
{{-- MESSAGE --}}
{{-- ATTACHMENT --}}
{{-- ACTIONS --}}
Cancel
@endsection