@extends('layouts.plain') @section('nav') @endsection @section('title') @if (isset($place['image']) && isset($place['image'][0])) @else @endif Cravvings - Review {{ $place->name }} @show @section('stylesheets') @parent @endsection @section('content')

Write a review

{{-- --}} @if (!$food) @endif
{{-- --}} {{-- --}} @if ($food) @else Leave blank to review place @endif
@endsection @section('javascript') {{-- --}} @endsection