phpvms/resources/views/layouts/default/acars/index.blade.php

8 lines
129 B
PHP
Raw Normal View History

@extends("layouts.${SKIN_NAME}.app")
@section('title', 'live map')
@section('content')
2018-01-10 02:48:24 +08:00
{{ Widget::liveMap() }}
@endsection