@extends('layouts.app') @section('title', 'Pasajeros Pre-Embarque') @section('content')
Pasajeros Pre-Tráfico | Vuelo SRU{{ $vuelo->numero_vuelo }} | {{ $vuelo->rutas->first()->destinoPartida->abreviatura_destino}} -> {{ $vuelo->rutas->first()->destinoLlegada->abreviatura_destino }}
@csrf
Regresar
@endsection @section('js') @endsection