@extends('layouts.master')
@section('title', 'Division/School Report')
@section('style')
@endsection
@section('script')
@endsection
@section('content')
@include('layouts.header')
@include('layouts.header-sub')
Official Holiday
Sick Leave
Business Leave
Annual Leave
Others
@include('layouts.footer')
@endsection