@extends('backend.layout.master') @section('title', __('All Tickets')) @section('style') @endsection @section('content')

{{ __('All Tickets') }}

@can('support-ticket-add') @endcan
@can('support-ticket-bulk-delete')
@endcan

{{ __('All Tickets') }}

@include('supportticket::backend.ticket.search-result')
@include('supportticket::backend.ticket.add-modal') @endsection @section('script') @include('supportticket::backend.ticket.ticket-js') @endsection