@extends('layouts.app') @section('page-title', 'Product List') @section('body-class', 'pageNo2') @section('head-scripts') @endsection @section('body-content') @php $params = app('request')->all(); @endphp
{{ strip_tags($row['product_description']) }}
Mfr. #:{{ $row['manufacturer_part_number'] }}
Mfr. Name: {{ !empty($row['brand_name']) ? $row['brand_name'] : '' }}
@if (!empty($row['stock']) && $row['stock'] > 0){{ config('constants.license_require') }}
@endif {{-- --}}