@extends('layouts.layoutapp') @section('content')
All Materials
{{-- Purchase Materials button commented out --}} {{-- +  Purchase Materials --}} +  Add Material Bulk Purchase Purchase List
@foreach ($products as $product) @endforeach
S.No Code Material Name Category Avl. Qty Price Actions

{{ $loop->iteration }}

{{ $product->code ?? '-' }}

{{ $product->branch->native_name_flag == 'A' ? ($product->native_name ?? $product->name) : $product->name }}

{{ $product->category->name }}

{{ $product->qty }}

{{ $product->unit_price }}

{{-- --}}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush