@extends('layouts.dash') @section('title') Analyses @stop @section('title_card',"") @section('subtitle_card',"") @section('content')
{!! $titre !!}
{!! html()->label( 'Année :','annes' ) !!} {!! html()->select('exercice',$exercices,$exercice)->attributes(['id' => 'exercice_id','class' => 'form-control']) !!}
{!! html()->label( 'Mois :','mois' ) !!} {!! html()->select('mois',$moiss,$mois)->attributes([ 'id' => 'mois_id','class' => 'form-control']) !!}
@foreach($t_header as $ref=>$libelle) @endforeach @foreach($zones as $zone) @endforeach
{!! $libelle !!}
{!! $t_table[$zone]['nom'] !!}
@endsection @section('scripts') @endsection