@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @php $addDepartmentPermission = user()->permission('add_tasks'); @endphp @section('filter-section')

@lang('Model')

@lang('app.clearFilters')
{{--
--}}
@endsection @section('content')
@if ($addDepartmentPermission == 'all') {{-- @lang('Add Service') --}} @lang('Add Service to Models') @lang('Add All Service Types') @endif
{{-- --}} {{-- --}}
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush