@extends('layouts.master') @section('content')
@include('layouts.nav')

PED {{ $company->company }}

@if (count($rep) > 0)

@foreach($ans as $an)
@foreach($an->mois as $k=>$mois) @endforeach
0

En cours

@endforeach
@else

Il n'y a aucun PED

Veuillez créer un calendrier éditorial

@endif
@endsection @include('repertories.ajoutRepertory')