@extends('app') @section('title', 'School detail') @section('link') @endsection @section('content')
@include('includes._alert')
@if ($school)
Logo
@if ($school->image) Logo School @else Pas de logo @endif {{ ucfirst($school->getDren->libelle) }}

{{ ucfirst($school->school->name_school) }}

{{-- --}} @if ($school->address_iep) @endif @if ($school->addictive_matter) @endif @if ($school->addictive_matter) @endif @if ($school->transport) @endif @if ($school->canteen) @endif
DREN {{ucfirst($school->getDren->libelle)}}
Code établissement {{ ucfirst($school->school->code_school) }}
Numéro autorisation {{ ucfirst($school->school->num_autorisation) }}
Adresse E-mail {{ $school->address_email }}
Boîte postale {{ $school->addres_postal }}
Téléphone {{ $school->phon_school }}
EIP {{ $school->address_iep }}
Matière addictionnel Oui
Classe avec des lettree Oui
Bus pour les élèves Oui
Cantine scolaire Oui
Type d'enseignment {{ getAffiche($school->school->typeEnseignements) }}
@else

Passez au parametrage
Paramètrage
@endif
@endsection @section('script') @endsection