@extends('layouts.rapports.layout', [ 'title' => 'Rapport biomasse individuelle' ]) @section('content') @if(auth()->user()->user_type < 5)
@endif
@csrf
@foreach(config('rapports.rapport_ite.section') as $index => $section)
@if(isset($section['multiple'])) @include('layouts.rapports.generation_rapport_multiple') @else @include('layouts.rapports.generation_rapport') @endif
@endforeach
@endsection @section('js') @if(auth()->user()->fonction_id === 8) @endif @endsection