@extends('layouts.plain') @section('title') @isset ($image[0]) @else @endisset Cravvings - {{ $placename }} @endsection @section('stylesheets') @parent @endsection @section('load') @endsection @section('nav') @endsection @section('embed') @endsection @section('content')
@for ($i=0; $i<15; $i++)
@endfor
@endsection @section('footer') @parent @endsection @section('javascript') @endsection