@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

{{-- ── CARD HEADER ── --}}

Support Ticket

User {{ $title }}
{{ $support->status }}
{{-- ── TITLE + META STRIP ── --}}
{{ $support->title }}
{{ $support->priority }} Priority {{ $support->created_at->diffForHumans() }}
{{-- ── DESCRIPTION ── --}}

Description

{{ $support->description }}

{{-- ── TICKET INFO GRID ── --}}

Ticket Details

Status

{{ $support->status }}

Priority

{{ $support->priority }}

Opened

{{ $support->created_at->diffForHumans() }}

Last Updated

{{ $support->updated_at->diffForHumans() }}
{{-- ── EMAIL NOTICE ── --}}

Ticket Updates via Email

  • All replies and updates regarding this ticket will be sent to your registered email address. Please check your inbox (and spam folder) for responses from our support team.
  • Ticket statuses and progress are managed internally by our team.
{{-- /card-body --}}
{{-- /card --}}
@endsection