@extends('backend.layouts.app') @section('content') @include('backend.layouts.flash-message')

予約カレンダー休業日設定

{{ Form::open(["route"=>"backend.rental.holidays.index", "method"=>"post"]) }}
@foreach($week_array as $date_array) @foreach ($date_array as $date) @endforeach @endforeach
@if(!$date["is_another_month"])

{{ $date["day"] }}

@endif
{{ Form::close() }} @endsection @section('page_css') @endsection