@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent
@csrf @method('PUT')
@error('nama') {{ $message }} @enderror
@error('tanggal_awal') {{ $message }} @enderror
@error('tanggal_akhir') {{ $message }} @enderror
status==1) checked @endif>
status==0) checked @endif>
@error('jumlah_cuti') {{ $message }} @enderror
@endsection @section('script') @endsection