@extends('layouts.admin') @section('title', 'Edit Stat Holiday') @section('page_title', 'Stat Holidays') @section('content')
Back to List

Edit Stat Holiday

Modify existing stat holiday configuration.

@csrf @method('PUT')
@error('company_id')

{{ $message }}

@enderror
@error('name')

{{ $message }}

@enderror
@error('holiday_date')

{{ $message }}

@enderror
x
@error('multiplier')

{{ $message }}

@enderror
Cancel
@endsection