Files
phpvms/resources/views/system/acars/config.blade.php
Nabeel S dd9fbdb6f1 Add link to download ACARS config from profile (#539)
* Add link to download ACARS config from profile

* Formatting
2020-02-07 13:29:43 -05:00

5 lines
181 B
PHP

<AcarsConfiguration xmlns="http://schemas.phpvms.net/acars/config">
<AirlineUrl>{{ config('app.url') }}</AirlineUrl>
<ApiKey>{{ $user->api_key }}</ApiKey>
</AcarsConfiguration>