@extends('dashboard.layouts.app') @push('headScripts') @endpush @section('content')

{{ __('Monitoring Types & Job Titles') }} / {{ __('Monitoring Types') }}

{{ __('Monitoring Types') }}
@if(PerUser('monitoring_types.export'))
@csrf {{-- --}}
@csrf {{-- --}}
@endif @if(PerUser('monitoring_types.destroy')) {!! __('Delete Selected :type',['type'=>__('Monitoring Type')]) !!} @endif @if(PerUser('monitoring_types.create')) {{ __('Create :type',['type'=>__('Monitoring Type')]) }} @endif
{{ $dataTable->table(['class' => 'table table-bordered table-striped mb-0']) }}
@endsection @push('footerScripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush