@extends('dashboard.layouts.app') @section('title', __('dashboard.Pricing Options for') . ' ' . $item->name) @section('page_heading', __('dashboard.Pricing Options for') . ' ' . $item->name) @section('breadcrumb')
ID | {{ __('dashboard.Pricing Type') }} | {{ __('dashboard.Price') }} | {{ __('dashboard.Created At') }} | {{ __('dashboard.Actions') }} |
---|---|---|---|---|
{{ $pricing->id }} | {{ $pricing->pricingType->name }} | {{ $pricing->price }} | {{ $pricing->created_at }} | {{ __('dashboard.View') }} {{ __('dashboard.Edit') }} |