@extends('layouts.default') @section('content')

View In-Situ Data

@if(Auth::check() && (auth()->user()->hasRole('admin') | auth()->user()->hasRole('editor') | auth()->user()->hasRole('viewer') | auth()->user()->hasRole('met_viewer')))
Daily Station Data
View
Station map and graphs
View
@endauth @if(Auth::check() && (auth()->user()->hasRole('admin') | auth()->user()->hasRole('viewer') | auth()->user()->hasRole('agric_viewer') | auth()->user()->hasRole('editor') | auth()->user()->hasRole('agric_editor')))
In-situ Crop Reports
View
Crop Condition Map
View
Seasonal calendar reports
View
Crop Yield and Production Statistics
View
FAMEWS Reports
View
FAMEWS Map
View
@endauth
@endsection