@extends('front.layouts.main') @section('header') @endsection @section('content')


@foreach($listings as $key => $listing) @endforeach
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
@endsection @section('js') @endsection @section('modal') @endsection