@extends('layouts.app') @section('title', 'Record Attendance') @section('header', 'Record Attendance') @section('content')
@csrf @include('attendances._form', ['submitLabel' => 'Save Attendance'])
@endsection