@extends('layouts.app') @section('selectMonth', 'Programmazione') @section('content')
@foreach($months as $k => $month) @endforeach
@endsection