@extends('app') @section('title', 'Raport Trimestriel') @section('link') @endsection @section('content')
@include('includes._alert')

Raport Trimestriel

{{ $year->school_year }}

@php $i = 1; @endphp @foreach ($cutting as $item) @endforeach
Libelle Status Actions
{{$i <= 9 ? '0'.$i++:$i++}} {{ ucfirst($item->cutting->libelle) }} {{ ucfirst('Inactif') }}
@endsection @section('script') @endsection