@extends ('layouts.app') @section ('content')
@include('partials.messages')
@include('restaurants.partials.breadcrumbs')

@foreach($shelves as $shelf) @include('restaurants.partials.shelf') @endforeach
@include('modals._rename') @include('modals._deactivate') @stop