macofallico Posted November 13, 2020 Report Share Posted November 13, 2020 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', Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.