@extends('layouts.dash') @section('style') @stop @section('content')

Tambah Absensi

@csrf
@error('tanggal_masuk') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@endsection @section('script') @stop