{{--
This is the bottom bar that appears when you click on a flight in the map.
You can show any data you want - use a JS debugger to see the value of "pirep",
or look up the API documentation for the /api/pirep/{id}/acars call
It's basically any of the fields from the database and pirep.position.X is any
column from the ACARS table - holds the latest position.
Again, this is updated automatically via the rivets.js bindings, so be mindful
when you're editing the { } - single brackets == rivets, double brackets == laravel
A couple of places (like the distance) use both to output the correct bindings.
--}}
![]() |
{ pirep.airline.icao }{ pirep.flight_number } |
{ pirep.dpt_airport.name } ({pirep.dpt_airport.iata}) |
{ pirep.arr_airport.name } ({pirep.arr_airport.iata}) |
{ pirep.aircraft.registration } |
{ pirep.position.gs } kt |
{ pirep.position.altitude_msl } ft |
{ pirep.position.altitude_agl } ft |
{ pirep.position.heading } ° |
{ pirep.status_text } |
{ pirep.user.name_private } |