@extends('layouts.app',[
'class' => '',
'folderActive' => '',
'elementActive' => 'operations-164'
])
@section('content')
Opérations BAR-TH-164
Liste des opérations
@php $i = 0 @endphp
@foreach(config('types.type_rapport_2') as $key => $type_rapport)
@if($i == 0 || $i % 2 == 0)
@endif
@php $i++ @endphp
@endforeach
@endsection