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

{{ __($pageTitle) }}

@lang('modules.employees.addNewEmployee')
@endsection @push('head-script') @endpush @section('filter-section')
@endsection @section('content')

{{ $totalEmployees }} @lang('modules.dashboard.totalEmployees')

{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush