@extends('dashboard.layouts.app') @section('title', __('dashboard.Pricing Options for') . ' ' . $placementTest->name) @section('page_heading', __('dashboard.Pricing Options for') . ' ' . $placementTest->name) @section('breadcrumb')
ID | {{ __('dashboard.Pricing Type') }} | {{ __('dashboard.Total Price') }} | {{ __('dashboard.Discounted Price') }} | {{ __('dashboard.Discount Status') }} | {{ __('dashboard.Created At') }} | {{ __('dashboard.Actions') }} |
---|---|---|---|---|---|---|
{{ $pricing->id }} | {{ $pricing->pricingType->name }} | {{ $pricing->total_price }} |
@if($pricing->has_discount && $pricing->isDiscountActive())
|
@if($pricing->has_discount) @if($pricing->isDiscountActive()) {{ __('dashboard.Active') }} @else {{ __('dashboard.Inactive') }} @endif @else {{ __('dashboard.N/A') }} @endif | {{ $pricing->created_at }} | {{ __('dashboard.Edit') }} |