@extends('master.app') @section('title', 'customer') @section('body') Just Entry Add # Cat Sub/Cat Unit Weight SPI QTY Actions @foreach ($stock as $row) {{ $loop->iteration }} {{ $row->category->title_ps }} {{ $row->sub_category->title_ps }} {{ $row->unit->title_ps }} {{ $row->weight->title_ps }} {{ $row->spi }} {{ $row->qty }} @if ($row->status == 0) @else {{ 'Added' }} @endif @endforeach {{ csrf_field() }} {{ method_field('DELETE') }} {{ $stock->links('pagination::bootstrap-4') }} @endsection @section('pageJs') @endsection