phpvms/resources/views/system/acars/config.blade.php

8 lines
297 B
PHP
Raw Normal View History

@php
echo '<?xml version = "1.0" encoding = "utf-8"?>';
@endphp
2020-02-08 10:25:59 +08:00
<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>