@extends('layouts.master') @section('title', 'Agro Pro - Reduce Crop Inventory') @section('content')
{{ \Carbon\Carbon::parse ($db_current_date)->isoFormat('ddd, Do MMMM, YYYY')}}
Reduce Inventory
@foreach($cropInvGroups as $cropInvGroup) @endforeach @foreach($reducedCropInvs as $reducedCropInv) @endforeach
@csrf
@csrf
@csrf
@endsection @section('footer-links') @endsection