@extends('layouts.app') @section('page-title', 'Home') @section('head-scripts') @if (!empty($client_token)) @endif @endsection @section('body-content')
Product Name | Quantity | Unit Cost | Total |
---|---|---|---|
{{ strip_tags($details['name']) }}MFR: {{ $details['brand'] }}
Part
#:
{{ $details['part_no'] }}
{{-- SKU: 8PL072 --}}
|
{{-- --}}
{{-- --}}
|
Price: ${{ round($details['price'], 2) }} {{-- /each --}} | Amount: ${{ round($details['price'], 2) * $details['quantity'] }} |