Add Flight Type to Flight Bid (Frontend/Cardflight)

We added 

{{–<table class=“table-condensed”></table>–}} <span class=“title”>{{ strtoupper(__(‘flights.flighttype’)) }}: </span> @if($flight->flight_type) {{ $flight->flight_type }}@endif

 

but we get a code “J”

 

This is the file ---- lang/en/flights.php we want to add in the flight cards the flight type information, 

‘type’             => [
        ‘pass_scheduled’    => ‘Passenger - Scheduled’,
        ‘cargo_scheduled’   => ‘Cargo - Scheduled’,
        ‘charter_pass_only’ => ‘Charter - Passenger Only’,
        ‘addtl_cargo_mail’  => ‘Additional Cargo/Mail’,
        ‘special_vip’       => ‘Special VIP Flight (FAA/Government)’,
        ‘pass_addtl’        => ‘Passenger - Additional’,
        ‘charter_cargo’     => ‘Charter - Cargo/Mail’,
        ‘ambulance’         => ‘Ambulance Flight’,
        ‘training_flight’   => ‘Training Flight’,
        ‘mail_service’      => ‘Mail Service’,
        ‘charter_special’   => ‘Charter w/ Special Handling’,
        ‘positioning’       => ‘Positioning (Ferry/Delivery/Demo)’,
        ‘technical_test’    => ‘Technical Test’,
        ‘military’          => ‘Military’,
        ‘technical_stop’    => ‘Technical Stop’,