@extends('layouts.rapports.layout', [ 'title' => 'Rapport Point singulier Industriel' ]) @section('content')
@csrf
@foreach(config('rapports.rapport_points_industriel.section') as $index => $section)
@include('layouts.rapports.generation_rapport')
@endforeach
@endsection @section('js') @endsection