@extends('layouts.default') @section('title', 'Статус') @section('content')

Статус

{{ csrf_field() }}

Добавить

@if ($errors->has('name_eng')) {{ $errors->first('name_eng') }} @endif
@if ($errors->has('name_ru')) {{ $errors->first('name_ru') }} @endif
@if ($errors->has('aircraft_class_code')) {{ $errors->first('aircraft_class_code') }} @endif
@if ($errors->has('ccp')) {{ $errors->first('ccp') }} @endif
@endsection