@extends('layouts.app') @section('content')
{{-- padding left and right --}}

@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf





Note: Not Conducted is not an absent this time.


{{--

@if (!$checked) @endif --}} {{--

Postpone to

@csrf

--}}
@endsection