@extends('layouts.admin.app') @section('content')

view Customer Product Detail

@if(!empty($customerproduct->productunits->product->product_img)) @if(file_exists($customerproduct->productunits->product->product_img)) @endif @else @if(file_exists($customerproduct->masterproductunits->masterproduct->product_img)) @endif @endif @if(!empty($customerproduct->product_technician_price)) @endif
@if(!empty($customerproduct->dealer_form)) @endif
@section('admin-js') @endsection @endsection