@extends('dashboard.layouts.app') @section('title', __('dashboard.Pricing Option Details')) @section('page_heading', __('dashboard.Pricing Option Details')) @section('breadcrumb')
{{__('dashboard.ID')}}: | {{ $pricing->id }} |
---|---|
{{__('dashboard.Item')}}: | {{ $item->name }} |
{{__('dashboard.Pricing Type')}}: | {{ $pricing->pricingType->name }} |
{{__('dashboard.Price')}}: | {{ $pricing->price }} |
{{__('dashboard.Created At')}}: | {{ $pricing->created_at }} |
{{__('dashboard.Updated At')}}: | {{ $pricing->updated_at }} |