@extends('front.layouts.app') @section('title','Nos Intitutions') @section('content')

Liste {{$institutes->name}}

    @foreach($institutes->institutes as $institut)
  • {{--
    --}} {{-- --}} {{-- Thumb--}} {{-- --}} {{--
    --}}

    {{$institut['name']}}

    {{--
    --}} {{--
    --}} {{--

    {{$institut['description']}}

    --}} {{--
    --}} {{--
    --}}
  • @endforeach
@endsection