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

@lang('app.duration')

{{-- --}}

@lang('Status')

@lang('app.clearFilters')
{{--
--}}
@endsection @section('content')
{{--
@if ($addDesignationPermission == 'all' || $addDesignationPermission == 'added') @lang('Add Client Type') @endif
--}}
{{-- --}} {{-- --}}
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!} {{-- --}}
@endsection @push('scripts') @include('sections.datatable_js') @include('sections.daterange_js') @endpush