@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')
@lang('app.clearFilters')
@endsection @section('content')
@if(in_array($manageProjectTemplatePermission, ['added', 'all'])) @lang('app.menu.addProjectTemplate') @endif
@if (!in_array('client', user_roles()))
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush