@extends('admin.template.layout') @section('css') @endsection @section('page-title') @endsection @section('content')

Presensi Kehadiran

@csrf
@if ($absen)
Presensi Keluar
@else
Presensi Masuk
@endif
@if ($absen) @else
@endif
@endsection @section('script') @endsection