View In-Situ Data
@if(Auth::check() && (auth()->user()->hasRole('admin') | auth()->user()->hasRole('editor') | auth()->user()->hasRole('viewer') | auth()->user()->hasRole('met_viewer')))
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
Seasonal calendar reports
View
Crop Yield and Production Statistics
View
@endauth
@endsection