@extends('layouts.app') @section('content')

Edit Your Shelf

BACK
{!! Form::model($shelf, ['method' => 'PATCH', 'route' => ['settings.shelf.update', $shelf->id]]) !!} @include('rdr/settings/shelf/_form', ['submitButtonText' => 'Edit Shelf', 'shelfLabel' => 'Edit Shelf.']) {!! Form::close() !!}
@stop