@extends('layouts.admin.master') @section('styles') @endsection @section('body-content')
ID | Name | Stock | Sale Price | Regular Price | Status | Action | |
---|---|---|---|---|---|---|---|
{{$product['id']}} | {{$product['product_name']}} | {{$product['quantity']}} | {{$product['sale_price']}} | {{$product['regular_price']}} | @if($product['flags'] == 1){{App\Models\Product::STATUS_ACTIVE}} | @else{{App\Models\Product::STATUS_NOT_ACTIVE}} | @endif@if(Auth::guard('admin')->check()) Edit Delete @endif Stock Update |
ID | Name | Stock | Sale Price | Regular Price | Status | Action |