@section('title',$title) @section('description',$description) @extends('layout.app') @section('content')
|
|
Account Holder | Attachment | Cost | View Details | action | |
|---|---|---|---|---|---|---|
|
{{ $product->account_holder }}
|
{{ $product->email }}
|
@if ($product->attachment && $product->attachment->id)
{{ $product->attachment->attachment_name ?? '' }}
@else
{{ $product->attachment->attachment_name ?? '' }}
@endif
|
{{ $product->product_cost }}
|