@extends('layouts.master') @section('title') Create AC Return @endsection @section('page-title') Create AC Return @endsection @section('body') @endsection @section('content')

Create AC Return

@csrf
{{-- --}} @foreach ($ac_issue_items as $index => $item) @php $i = 1; // Initialize counter for each item @endphp @foreach($item->productStocks as $stockIndex => $stock) {{-- --}} @php $i++; // Increment counter for each stock item @endphp @endforeach @endforeach
# Product Brand Product Name UOM Description Serial NoReturned QtyReturn Qty
{{ $i }}
@endsection @section('scripts') @endsection