@extends('layouts.shop') @section('title', 'Create Support Ticket - ' . $order->order_number) @section('content')

Create Support Ticket

Order #{{ $order->order_number }}

@csrf
@error('subject')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

or drag and drop

PNG, JPG, PDF up to 2MB

@error('attachment')

{{ $message }}

@enderror
@endsection