@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
All Tickets {{ $counterTicket }}Tickets

Find all tickets on this page and its respective details.

{{-- Create Ticket--}}
@endsection {{-- Script Section --}} @section('script') @endsection