@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section') @if (!in_array('client', user_roles()))

@lang('app.employee')

@endif

@lang('app.client')

@lang('app.status')

@lang('app.month')

@lang('app.year')

@lang('app.clearFilters')
@endsection @php $recurringEventPermission = user()->permission('manage_recurring_event'); @endphp @section('content')
@if ($recurringEventPermission == 'all') @lang('app.add') @lang('app.menu.eventRecurring') @endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush