@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') @include('backend.partials.staff_navbar')
@include('backend.partials.default_table')
{{ @$data['title'] }}
@if (hasPermission('support_ticket_read'))
@endif @if (hasPermission('support_ticket_create')) {{ _trans('common.Create ticket') }} @endif
{{ _trans('common.Date') }} {{ _trans('common.Code') }} {{ _trans('common.Employee name') }} {{ _trans('common.Subject') }} {{ _trans('common.Type') }} {{ _trans('common.Priority') }} {{ _trans('common.Action') }}
@endsection @section('script') @include('backend.partials.datatable') @endsection