@extends('tenant.layouts.customer') {{-- Tilte Section --}} @section('title', 'Tickets Management') {{-- Style Section --}} @section('style') @endsection {{-- Content Section --}} @section('content') @php $customerData = \App\Models\Tenant\CustomerPortalConfiguration::first(); @endphp
Find all tickets on this page and its respective details.