@extends('layouts.app') @section('content') @foreach($views as $index => $view) @endforeach
Choissisez une vue
{{ $view['name'] }}
@endsection