@extends('layouts.default') @section('title', 'Блок') @section('content')

Размножить блок

{{ csrf_field() }}

Размножить блок

@if ($errors->has('schedule_id')) {{ $errors->first('schedule_id') }} @endif
@if ($errors->has('fare_families_id')) {{ $errors->first('fare_families_id') }} @endif
@if ($errors->has('period_begin_at')) {{ $errors->first('period_begin_at') }} @endif
@if ($errors->has('period_end_at')) {{ $errors->first('period_end_at') }} @endif
Понедельник
Вторник
Среда
Четверг
Пятница
Суббота
Воскресенье
@if ($errors->has('count_places')) {{ $errors->first('count_places') }} @endif
@if ($errors->has('ow')) {{ $errors->first('ow') }} @endif
@if ($errors->has('infant_ow')) {{ $errors->first('infant_ow') }} @endif
@if ($errors->has('rt')) {{ $errors->first('rt') }} @endif
@if ($errors->has('infant_rt')) {{ $errors->first('infant_rt') }} @endif
@if ($errors->has('currency_id')) {{ $errors->first('currency') }} @endif
@endsection