@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->support_ticket_details_page_title ?? __('Ticket Details') }} @else {{ __('Ticket Details') }} @endif @endsection @section('custom-style') @endsection @section('hero-section')
@endsection @section('content')
@includeIf('frontend.customer.partials.sidebar')
@endsection