@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@section('filter-section')
{!! Form::open(['id'=>'filter-form','class'=>'ajax-form','method'=>'POST']) !!}
@lang('app.selectDateRange')
 
@lang('app.select') @lang('app.employee')
{!! Form::close() !!}
@endsection

@lang('modules.attendance.totalWorkingDays')

{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') @if($global->locale == 'en') @elseif($global->locale == 'br') @else @endif {!! $dataTable->scripts() !!} @endpush