@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Edit Payroll Periods Closing Day/Dates
@csrf @method('PUT')
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('day') }}
@endsection @push('custom_js') @endpush