@extends('layouts.admin') @section('title', 'Category '.$category->name) @section('content')
@if($months->count() > 0)
@foreach($months as $month) @endforeach
@else
No Months Available

No months configured for your access in this category.

@endif
⬅ Back to {{ $year->display_year }}
@endsection