phpvms/resources/views/system/acars/config.blade.php
2020-02-07 21:25:59 -05:00

6 lines
276 B
PHP

<?xml version = "1.0" encoding = "utf-8"?>
<AcarsConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.phpvms.net/acars/config">
<AirlineUrl>{{ config('app.url') }}</AirlineUrl>
<ApiKey>{{ $user->api_key }}</ApiKey>
</AcarsConfiguration>