Jump to content

Add Flight Type to Flight Bid (Frontend/Cardflight)


Recommended Posts

Posted

We added 

{{--<table class="table-condensed"></table>--}} <span class="title">{{ strtoupper(__('flights.flighttype')) }}:&nbsp;</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',

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...