@extends('front.layouts.main') @section('header') @endsection @section('content')
| ID | Quantity | Supplier | Costing | Category | Branch | Bar Code | Remark | Delete |
|---|---|---|---|---|---|---|---|---|
| {{$key + 1}} | {{$listing->quantity}} | {{$listing->supplier->supplier_name}} | {{$listing->costing}} | {{$listing->category->category_name}} | {{$listing->branch->branch}} | {{$listing->bar_code_sh}} | {{$listing->remark}} | Delete |