@extends('layouts.master_panel') @section('title') Planning des devoirs @stop @section('CSS') @stop @section('JS') @stop @section('content')
@if($planning == null)

Nous n'avons pas encore finalisé votre planning des devoirs.

@else
@if(!empty($planning->fichier)) Télécharger @endif

Date du {{ $planning->date_du }} au {{ $planning->date_au }}

@endif
@stop