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

Warrning Less then Five Item

@foreach ($stock as $row) @endforeach {{ csrf_field() }} {{ method_field('DELETE') }}
# Cat Sub/Cat Unit Weight Price QTY Actions
{{ $loop->iteration }} {{ $row->category->title_ps }} {{ $row->sub_category->title_ps }} {{ $row->unit->title_ps }}
{{ $row->weight->title_ps }}
{{ $row->cpi }} {{ $row->qty }} Your QTY is Less then 5
{{ $stock->links('pagination::bootstrap-4') }}
@endsection @section('pageJs') @endsection