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

@lang($pageTitle)

@if($user->can('add_employees')) @lang('modules.employees.addNewEmployee') @endif
@endsection @push('head-script') @endpush @section('content')
@if($user->can('view_employees')) @section('filter-section')
@endif @endsection
# @lang('app.name') @lang('app.email') @lang('app.createdAt') @lang('app.action')
@endsection @push('footer-script')