@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])

{{ $title }}

@csrf
@csrf
@foreach(['January', 'February', 'March', 'April', 'May', 'Jun', 'July', 'August', 'September', 'October', 'November', 'December'] as $month) @endforeach @foreach(['jan', 'feb', 'mar', 'apr', 'may', 'june', 'july', 'aug', 'sep', 'oct', 'nov', 'dec'] as $month) @endforeach @foreach(['jan', 'feb', 'mar', 'apr', 'may', 'june', 'july', 'aug', 'sep', 'oct', 'nov', 'dec'] as $month) @endforeach
Month{{ $month }}
Working Days
Present Days
Cancel
@endsection @push('scripts') @endpush