@extends('layouts.master') @section('title', 'Agro Pro - Reduce Equipment Inventory') @section('content')
{{ \Carbon\Carbon::parse ($db_current_date)->isoFormat('ddd, Do MMMM, YYYY')}}
Reduce Inventory
@foreach($equipmentInvGroups as $equipmentInvGroup) @endforeach @foreach($reducedEquipmentInvs as $reducedEquipmentInv) @endforeach
@csrf
@csrf
@csrf
@endsection @section('footer-links') @endsection