@extends('merchant.layout') @section('title','Create Support Ticket') @section('content')
Create Support Ticket
{{-- ERRORS --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- SUBJECT --}}
{{-- PRIORITY SELECT --}}
Low
General inquiry
High
Business impact
Emergency
Service outage
{{-- MESSAGE --}}
{{-- ATTACHMENT --}}

Drag & drop image here

or click to browse
{{-- ACTION --}}
Cancel
@endsection