8 lines
129 B
PHP
8 lines
129 B
PHP
@extends("layouts.${SKIN_NAME}.app")
|
|
@section('title', 'live map')
|
|
|
|
@section('content')
|
|
{{ Widget::liveMap() }}
|
|
@endsection
|
|
|