@extends('layouts.default') @section('title', 'Сбор') @section('content')

Редактировать сбор

{{ csrf_field() }}

Параметры заказа

@if ($errors->has('company_id')) {{ $errors->first('company_id') }} @endif
@if ($errors->has('date_start')) {{ $errors->first('date_start') }} @endif
@if ($errors->has('date_stop')) {{ $errors->first('date_stop') }} @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('airlines_id')) {{ $errors->first('airlines_id') }} @endif
@if ($errors->has('fare_families_id')) {{ $errors->first('fare_families_id') }} @endif
@if ($errors->has('fare_family_group')) {{ $errors->first('fare_family_group') }} @endif
@if ($errors->has('infant')) {{ $errors->first('infant') }} @endif
@if ($errors->has('type_flight')) {{ $errors->first('type_flight') }} @endif
@if ($errors->has('country_id_departure')) {{ $errors->first('country_id_departure') }} @endif
@if ($errors->has('country_id_arrival')) {{ $errors->first('country_id_arrival') }} @endif

Величины сбора

@if ($errors->has('type_fees_inscribed')) {{ $errors->first('type_fees_inscribed') }} @endif
@if ($errors->has('type_fees_charge')) {{ $errors->first('type_fees_charge') }} @endif
@if ($errors->has('size_fees_inscribed')) {{ $errors->first('size_fees_inscribed') }} @endif
@if ($errors->has('size_fees_charge')) {{ $errors->first('size_fees_charge') }} @endif
@if ($errors->has('size_fees_exchange')) {{ $errors->first('size_fees_exchange') }} @endif
@if ($errors->has('max_fees_inscribed')) {{ $errors->first('max_fees_inscribed') }} @endif
@if ($errors->has('max_fees_charge')) {{ $errors->first('max_fees_charge') }} @endif
@if ($errors->has('max_fees_exchange')) {{ $errors->first('max_fees_exchange') }} @endif
@if ($errors->has('min_fees_inscribed')) {{ $errors->first('min_fees_inscribed') }} @endif
@if ($errors->has('min_fees_charge')) {{ $errors->first('min_fees_charge') }} @endif
@if ($errors->has('min_fees_exchange')) {{ $errors->first('min_fees_exchange') }} @endif
@if ($errors->has('non_return')) {{ $errors->first('non_return') }} @endif
@if ($errors->has('type_deviation')) {{ $errors->first('type_deviation') }} @endif
@if ($errors->has('size_deviation')) {{ $errors->first('size_deviation') }} @endif
@endsection