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

Just Entry

@foreach ($stock as $row) @endforeach {{ csrf_field() }} {{ method_field('DELETE') }}
# Cat Sub/Cat Unit Weight SPI QTY Actions
{{ $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
{{ $stock->links('pagination::bootstrap-4') }}
@endsection @section('pageJs') @endsection