{{-- resources/views/admin/support/show.blade.php --}}
{{-- Support ticket detail view with reply form --}}
{{-- Controller: Admin\SupportController@show / @reply --}}
@extends('layouts.admin')
@section('title', 'Support Ticket')
@section('page_title', 'Support Ticket')
@section('page_css')
@endsection
@section('content')