@extends('layouts.app') @section('content')
@foreach($modi as $mode)

{{$mode->title}}

{{$mode->description}}

@endforeach
@endsection