@extends('layouts.app') @section('title', 'Detalles de Programación') @section('css') @endsection @section('content')
{{ $ruta->destinoPartida->abreviatura_destino }} - {{ $ruta->destinoLlegada->abreviatura_destino }}
{{ $vuelo_ida->aeronave->nombre }} - {{ $vuelo_ida->aeronave->numero_cola }}
{{ $fecha_formateada }} | {{ $ruta->hora_salida }} - {{ $ruta->hora_llegada }}
{{ $ruta->destinoPartida->abreviatura_destino }} - {{ $ruta->destinoLlegada->abreviatura_destino }}
{{ $vuelo_vuelta->aeronave->nombre }} - {{ $vuelo_vuelta->aeronave->numero_cola }}
{{ $fecha_formateada }} | {{ $ruta->hora_salida }} - {{ $ruta->hora_llegada }}