@extends('front/_.app') @section('content')

{{ $Faculty->name }}

{{ $Faculty->descript }}

@if ($Faculty->goals && $Faculty->goals!="")
Objectifs de la formation

{{ $Faculty->goals }}

@endif @if ($Faculty->duration && $Faculty->duration!="")
Durée

{{ $Faculty->duration }}

@endif @if ($Faculty->conditions && $Faculty->conditions!="")
Conditions d’admission

{{ $Faculty->conditions }}

@endif @if ($Faculty->perspectives && $Faculty->perspectives!="")
Perspectives professionnelles

{{ $Faculty->perspectives }}

@endif @if ($Faculty->traineeship && $Faculty->traineeship!="")
Stage

{{ $Faculty->traineeship }}

@endif @if ($Faculty->recognition && $Faculty->recognition!="")
Reconnaissance de la formation

{{ $Faculty->recognition }}

@endif
{{-- Right bar page--}} @include('front._.rightBarPage')
@endsection