@extends('layouts.master') @section('title', 'Agro Pro - Reduce Livestock Inventory') @section('content')
{{ \Carbon\Carbon::parse ($db_current_date)->isoFormat('ddd, Do MMMM, YYYY')}}
Reduce Inventory
@foreach($livestockInvGroups as $livestockInvGroup) @endforeach @foreach($reducedLivestockInvs as $reducedLivestockInv) @endforeach
@csrf
@csrf
@csrf
@endsection @section('footer-links') @endsection