@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@if(hasAccessOf('devops_tickets')['is_write']) @lang('modules.devops.newTickets') @endif
@endsection @push('head-script') @endpush @section('content')
{!! $dataTable->table(['class' => 'table table-bordered table-striped w-100'], true) !!}
@endsection @push('footer-script') @if($global->locale == 'en') @elseif($global->locale == 'br') @else @endif {!! $dataTable->scripts() !!} @endpush