@extends('layouts.app') @section('content')
{{-- padding left and right --}}
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
{{ Carbon\Carbon::parse($dates)->format('l, F j') }}





Note: Not Conducted is not an absent this time.


@endsection