@extends('frontend.theme_2.app') @section('title', __('support_tickets') . ' || ' . $companyName) @push('styles') {{-- Add any specific styles if needed --}} @endpush @section('content')
@include('frontend.pages.customer.sidemenu')

{{__('support_tickets')}}

{{__('add_ticket')}}

@endsection @push('scripts') @endpush