@extends('layouts.app') @section('title', 'Equipaje / Carga') @section('content')
Equipaje / Carga | Vuelo SRU{{ $vuelo->numero_vuelo }} | {{ $vuelo->rutas->first()->destinoPartida->abreviatura_destino}} -> {{ $vuelo->rutas->first()->destinoLlegada->abreviatura_destino }}
@csrf
Tramo Equipajes Carga
Cantidad Kg Bultos Kg
Regresar
@endsection @section('js') @endsection