@extends('admin.layouts.app') @push('style') @endpush @section('content')

View Product

arrow_back
profile-image

Product Details


Product Name

{{$product->product_name ?? 'N/A'}}

Price

{{$product->price ?? 'N/A'}}

Description

{{$product->description ?? 'N/A'}}

Terms of Offer

{{$product->terms_of_offer ?? 'N/A'}}

Cashback
@if (empty($product->cashback))

{{$product->cashback ?? 'N/A'}}

@else

{{$product->cashback}} %

@endif
Offer
@if (empty($product->offer))

{{$product->offer ?? 'N/A'}}

@else

{{$product->offer}} %

@endif
Add Date

{{$product->created_at ?? 'N/A'}}

Last Updated Date

{{$product->updated_at ?? 'N/A'}}

Vendor Details


Vendor Name

{{$product->vendor->name ?? 'N/A'}}

Email

{{$product->vendor->email ?? 'N/A'}}

Country Code

{{$product->vendor->country_code ?? 'N/A'}}

Phone

{{$product->vendor->phone ?? 'N/A'}}

Contact Details

{{$product->vendor->contact_details ?? 'N/A'}}

@endsection @push('script') @endpush