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

Crop stages

New crop stage
@foreach($cropstages as $cropstage) @endforeach
crop stage number stage name Actions
{{$cropstage->crop->crop_name }} {{$cropstage->stage_number }} {{$cropstage->stage_name }} Show Edit
@csrf @method('DELETE')
@endsection