@extends('layouts.buraq-admin') @section('content')

Products + Add

@foreach($products as $p)@endforeach
NameRegularOfferStockStatus
{{$p->name}}৳{{$p->regular_price}}৳{{$p->offer_price}}{{$p->stock}}{{$p->active?'Active':'Hidden'}}Edit
@csrf @method('DELETE')
@endsection