@extends('admin.template.master') @section('title')

Inactive Products price greater than zero

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

Inactive (Out of Stock, General , Pre Order) Product but price greater than 0 force out of ({{count($products)}})

@foreach($products as $p) @endforeach
product name product code Status regular price special price status
{{ $p->product_name }} {{ $p->product_code_inv }} {{ $p->product_flag }} {{ $p->product_price1 }} {{ $p->product_price2 }} {{ $p->status }}
@endsection @section('javascripts') @endsection