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

{{ $cropstage->crop->crop_name }}

stage number: {{ $cropstage->stage_number }}

stage name: {{ $cropstage->stage_name }}

notes: {{ $cropstage->notes }}

List crop stages
@endsection