@extends('layouts.panel.base') @section('airline-active', 'kt-menu__item--active') @section('title', 'Detalles de la Aerolínea') @section('content')

Aerolineas

Detalles del Aerolínea

@if(Session::has('success')) @endif

Información General

nombre: {{ ucwords($airline->name) }}

Código IATA: {{ ucwords($airline->code) }}

Historial

@if(count($history)>0) @foreach($history as $key => $value) @endforeach
Estatus Usuario Fecha
{{ $value->status }} @if(isset($datos->motivo) || isset($datos->comentario)) {!! '
'.$mensaje.'' !!} @endif
{{ ucwords($value->user->name) }} {{ ucwords($value->user->last_name) }} {{ date_format(date_create($value->created_at),"d/m/Y H:i:s") }}
@else @endif
@endsection @section('js') @endsection