@extends('layouts.default') @section('title', 'Расписание') @section('content')

Добавить расписание

{{ csrf_field() }}

Добавить расписание

@if ($errors->has('flights')) {{ $errors->first('flights') }} @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('flights')) {{ $errors->first('flights') }} @endif
@if ($errors->has('time_departure_at')) {{ $errors->first('time_departure_at') }} @endif
@if ($errors->has('time_arrival_at')) {{ $errors->first('time_arrival_at') }} @endif
Понедельник
Вторник
Среда
Четверг
Пятница
Суббота
Воскресенье
@if ($errors->has('bc_types_id')) {{ $errors->first('bc_types_id') }} @endif
@if ($errors->has('airlines_id')) {{ $errors->first('airlines_id') }} @endif
@if ($errors->has('next_day')) {{ $errors->first('next_day') }} @endif
@endsection