@extends('master.app') @section('title', 'customer') @section('body')
Filter By any Attribute

@method('get')
@error('p_category_id') {{ $message }} @enderror
@error('unit_type_id') {{ $message }} @enderror
@error('wieight_id') {{ $message }} @enderror
@foreach ($stock as $row) @endforeach {{ csrf_field() }} {{ method_field('DELETE') }} {{ $stock->links('pagination::bootstrap-4') }}
# Cat Sub/Cat Unit Weight QTY CPI SPI Actions
{{ $loop->iteration }} {{ $row->cats->title_ps }} {{ $row->sub_cats->title_ps }} {{ $row->unit_category->title_ps }}
{{ $row->unit_wieght->title_ps }}
{{ $row->quantity }} {{ $row->cost_per_qty }} {{ $row->sale_price_per_qty }}
@endsection @section('pageJs') @endsection