@extends('layouts.admin') @section('title', 'Purchase | Mintavia Admin') @section('content')

Barcode Refresh

@csrf @method('DELETE')
{{-- ✅ Success Message --}} @if (session('success')) @endif
@foreach ($products as $product) @endforeach
Barcode Brand Name Part No Product Name MRP COST SALE Action
{{ $product->barcode }} {{ !empty($product->brandS) ? $product->brandS->brand_name : '--' }} {{ $product->product_part_no }} {{ $product->product_name }} {{ $product->mrp }} {{ $product->cost_price }} {{ $product->sale_price }}
@csrf @method('DELETE')
@endsection @section('plugins.Toastr', true) @section('js') @endsection