@extends('master.app') @section('title', 'customer') @section('body')

In Today

@foreach ($stock as $row) @endforeach
# Cat Sub/Cat Unit Weight Price QTY
{{ $loop->iteration }} {{ $row->category->title_ps }} {{ $row->sub_category->title_ps }} {{ $row->unit->title_ps }}
{{ $row->weight->title_ps }}
{{ $row->cpi }} {{ $row->qty }}
@endsection @section('pageJs') @endsection