@extends('frontend.layouts.plain') @section('title') CUrW Weather Stations @endsection @section('meta') @endsection @section('after-styles') @endsection @section('content')

CUrW Weather Stations

@foreach($stations as $station) @if($station['name'] !== 'Battaramulla' || $station['name'] !== 'Kohuwala') @endif @endforeach
{{--
--}} {{--
--}} {{----}} {{--Malfunction--}} {{--
--}} {{--
--}} {{----}} {{--Warning--}} {{--
--}} {{--
--}} {{----}} {{--Working--}} {{--
--}} {{--
--}}
@endsection