@extends('user.template') @section('title', $title) @section('head') @endsection @section('content')

Reviu

{{$title}}
@foreach ($menus as $menu)
@endforeach
@endsection @section('script') @endsection