@extends('layouts.app') @section('content')
{{trans('lang.food_review_plural')}}
{{trans('lang.food_review_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.food_review_plural')}}
{{trans('lang.food_review_table')}}
{{trans('lang.food_review_create')}}
@include('food_reviews.show_fields')
{{trans('lang.back')}}
@endsection