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

Monthly Crop Reports

@if(Auth::check() && (auth()->user()->hasRole('admin') | auth()->user()->hasRole('editor') | auth()->user()->hasRole('agric_editor')))
New crop report
@endauth @foreach($cropreports as $cropreport) @endforeach
region station observation date observer crop Actions
{{$cropreport->region_id }} {{$cropreport->station_id }} {{$cropreport->observation_date }} {{$cropreport->observer }} {{$cropreport->crop_id }} Show Edit
@csrf @method('DELETE')
@endsection