@section('theme::title', __('seo.tickets.index')) @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