@php($headerOption = \App\Http\Controllers\Controller::getHeaderOptions( $title ?? '', $subTitle ?? '', [], [] )) @php($mainHeadingOptions = [ ' Add New Ticket' ]) @php($activeTab = $activeTab ?? 'my-tickets') @php($canViewOtherTickets = $canViewOtherTickets ?? false) @extends('admin.layouts.layout', $headerOption) @section('content') {{-- Tab Navigation --}}
{{-- Tab Content --}}
{{-- My Tickets Tab --}}
@include('admin.merchant-helpdesk-tickets.partials.tab-content', ['tab' => 'my-tickets'])
@if($canViewOtherTickets) {{-- Other Tickets Tab --}}
@include('admin.merchant-helpdesk-tickets.partials.tab-content', ['tab' => 'other-tickets'])
@endif
@endsection @push('page_script') @endpush