@extends('layouts.app') @section('title')Create Support Ticket @endsection @section('content') {{ __('Create Support Ticket') }} @csrf Subject * @error('subject') {{ $message }} @enderror Priority * Select Priority Low Medium High Urgent @error('priority') {{ $message }} @enderror Category * Select Category Technical Support Account Manager Admin @error('category') {{ $message }} @enderror Description * {{ old('description') }} @error('description') {{ $message }} @enderror Attachments Drag and drop files here or click to browse Maximum file size: 10MB per file @error('attachments.*') {{ $message }} @enderror Create Ticket Back to Tickets @endsection
Drag and drop files here or click to browse
Maximum file size: 10MB per file