@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Employment Period
{{--
--}} {{-- ///// --}} {{--
@csrf --}}
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
{{ $errors->first('user') }}
{{--
--}} {{-- ///// --}}
@include('employer.report.table.employee_period_table')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush