@extends('back.layout.app') @section('title', config('app.name') . ' - Planning opérations') @php $breadcrumb = 'operations.planning'; @endphp @section('content')

Planning opérations

@foreach ($legend as $item) {{ $item['label'] }} @endforeach
@endsection @push('scripts') @endpush