@extends('app') @section('title', 'Live WX Map') @php // This map uses your phpvms settings to center on a given location, // if you want it to show a different location provide your lat and lon values here // Just un-comment below two lines and edit values. // $lat = 35.18; // $lon = 32.08; @endphp @section('content')
Live Weather
@include('DBasic::pages.livewx_map', ['lat' => $lat, 'lon' => $lon, 'style' => 'border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;'])
@endsection