@extends('layouts.app') @section('title', 'Data Absensi Praktikum') @section('content')
@if ($errors->any())
Terjadi Kesalahan!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ $dataTable->table(['class' => 'datatables-permissions table']) }}
Tambah Absensi Praktikum
@csrf
@error('practical_id')
{{ $message }}
@enderror
@error('student_id')
{{ $message }}
@enderror
@endsection @push('scripts') {{ $dataTable->scripts() }} @vite('resources/js/console/attendances/script.js') @endpush