@extends('layouts.app')
{{-- Customize layout sections --}}
@section('subtitle', 'ATTENDANCE')
@section('content_header_title', 'ATTENDANCE')
@section('content_header_subtitle', 'LIST')
{{-- Content body: main page content --}}
@section('content_body')
@stop
{{-- Push extra CSS --}}
@push('css')
{{-- Add here extra stylesheets --}}
@endpush
{{-- Push extra scripts --}}
@push('js')
{{-- --}}
@endpush