@include('partials.messages')
{!! Form::model(null, array('route' => ['restaurants.store'], 'method' => 'GET' ) ) !!}
{!! csrf_field() !!}
@include('restaurants.partials.form')
{!! Form::submit('Create', array('class' => 'btn btn-tabletpos btn-cons m-t-10') ) !!}
{!! Form::close() !!}