@extends('layouts.app') @section('title', 'Calendrier') @section('content')

Si t'es pas sage t'ouvres pas ta case !

@include('partials.calendar', ['player' => $player, 'allowedDays' => $allowedDays])
@endsection