2018-03-12 07:00:42 +08:00
|
|
|
@extends('app')
|
2017-12-28 06:47:22 +08:00
|
|
|
@section('title', 'live map')
|
2018-02-04 08:18:09 +08:00
|
|
|
|
2017-12-28 06:47:22 +08:00
|
|
|
@section('content')
|
2018-01-10 02:48:24 +08:00
|
|
|
{{ Widget::liveMap() }}
|
2017-12-28 06:47:22 +08:00
|
|
|
@endsection
|
|
|
|
|