@extends('layouts.app') @section('title', 'Seguimiento de Vuelos') @section('css') @endsection @section('content')
Editar Vuelo
Vuelo SRU{{ $vuelo->numero_vuelo }} | {{ $vuelo->rutas->first()->destinoPartida->abreviatura_destino}} -> {{ $vuelo->rutas->first()->destinoLlegada->abreviatura_destino }}
@csrf
Regresar
@endsection @section('js') @endsection