@extends("base") @section("content") @foreach($planes as $plane) @endforeach
id Модель Дата производства Дата начала эксплоатации Исправность
{{$plane->id}} {{$plane->model}} {{$plane->production_date}} {{$plane->operating_date}} {{$plane->serviceability}}
@stop