@extends('master') @section('breadcrumb')
Fecha | Horas disponibles | |||||
{{ $DaySetting->date }} |
{!! Form::open(['url' => '/reservations/settings/'.$DaySetting->id.'/edit']) !!}
{!! Form::text('hours', $DaySetting->hours, ['class' => 'form-control']) !!}
{!! Form::close() !!}
|
|||||
{!! $shop->getShopReservationDatesSettings()->render() !!} |