@extends('app') @section('title', 'Raport '. ucwords($cutting->cutting->libelle)) @section('link') @endsection @section('content')
@include('includes._alert')

Détail Raport

{{ ucwords($cutting->cutting->libelle) }}

@livewire('introductif', ['cutting' => $cutting->id, 'school' => auth()->user()->school_id])
VIE PEDAGOGIQUE ET RESULTATS SCOLAIRES
@include('partials.chapter1._content')
EFFECTIF AVEC L'APPROCHE PAR NIVEAU ET PAR GENRE
@include('partials.chapter2._content')
VIE SCOLAIRE
@include('partials.chapter3._content')
LE PERSONNEL
@include('partials.chapter4._content')
@endsection @section('script') @endsection