@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs') @endcomponent

All Employees

@csrf

Choose Employee

@csrf
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
{{-- ////// --}}
{{ $errors->first('user') }}
@include('employer.Payroll.list') @endsection @push('custom_js') @endpush