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

Database References

@if(Auth::check() && (auth()->user()->hasRole('admin') | auth()->user()->hasRole('editor')))
Stations
View
Meteorological Parameters
View
Grid Types
View
Grid Paths
View
@endauth @if(Auth::check() && (auth()->user()->hasRole('admin') | auth()->user()->hasRole('editor') | auth()->user()->hasRole('agric_editor')))
Crop Stages
View
@endauth
@endsection