@extends('layouts.admin.master') @section('styles') @endsection @section('body-content')
ID | Product Name | Price | Stock Amount | Status | Action | |
---|---|---|---|---|---|---|
{{$product['id']}} | {{$product['product_name']}} | £@if((float)$product['sale_price']>0){{number_format((float)$product['sale_price'], 2, '.', '') }} @else {{ number_format((float)$product['regular_price'], 2, '.', '') }} @endif | @if((int)$product['quantity']>=0) {{(int)$product['quantity']}} @else 0 @endif | @if($product['active'] == 1)Active | @elseNot Active | @endifEdit Delete |
ID | Product Name | Price | Stock Amount | Status | Action |