@extends('storefront.layout') @section('title', 'Create Support Ticket - '.config('app.name', 'FreshMart')) @section('body_class', 'sf-no-bottom-nav') @section('content') @include('services.parcel._flow-style')
Support

Report an issue

Share real parcel order details so the admin team can resolve it.

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf

Issue details

Cancel
@endsection