@component('mail::message') # Weather Stations Inactive List @component('mail::table') | Station | Last Updated | Updated At | | ------------- |:-------------:|:-------------:| @foreach ($stations as $station) | {{ $station['name'] }} | {{ $station['updated'] }} |{{ $station['time'] }} | @endforeach @endcomponent @component('mail::button', ['url' => 'https://www.curwsl.org/forecast/public/observations/stations/status']) View Status @endcomponent Thanks,
{{ config('app.name') }} @endcomponent