@extends('theme::layouts.app', ['alias' => 'Account']) @section('theme::title', __('seo.tickets.index')) @section('theme::sidebar') @include('theme::frontend.account.sidebar', ['account_alias'=>'Tickets']) @endsection @section('theme::content')

{{ __('home.tickets.title') }}

@if(session()->has('success')) @endif {!! $dataTable->table(['class' => 'table table-hover table-bordered table-striped w-100'], true) !!}
@endsection @push('theme::javascript') {!! $dataTable->scripts() !!} @endpush