@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Weather

@if (session('success')) @endif @if (session('error')) @endif
{{ $weather->region_name }}
{{ $weather->region_code }}
{{ $weather->region_name }}
https://api.bmkg.go.id/publik/prakiraan-cuaca?adm4={{ $weather->region_code }}
{{ $weather->updated_at ? $weather->updated_at->format('M d, Y H:i:s') : 'Never' }}
Status

Configuration Active

@endsection