@extends('layouts.app') @section('title', 'Add New Academic Attendance') @section('content')
@csrf
{{ $errors->first('type') }}
{{ $errors->first('name') }}
{{ $errors->first('total') }}
{{ $errors->first('present') }}
{{ $errors->first('absent') }}
{{ $errors->first('status') }}
@endsection