@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Edit Business
@csrf @method('PUT')
{{ $errors->first('holidays') }}
{{ $errors->first('holiday_date') }}
@endsection @push('custom_js') @endpush