@extends('dashboard.layouts.app') @section('title', __('dashboard.Pricing Options for') . ' ' . $track->name) @section('page_heading', __('dashboard.Pricing Options for') . ' ' . $track->name) @section('breadcrumb')
ID | {{ __('dashboard.Track Type') }} | {{-- Track Type column --}}{{ __('dashboard.Pricing Type') }} | {{ __('dashboard.Levels Number') }} | {{ __('dashboard.Total Price') }} | {{ __('dashboard.Discounted Price') }} | {{ __('dashboard.Discount Status') }} | {{ __('dashboard.Created At') }} | {{ __('dashboard.Actions') }} |
---|---|---|---|---|---|---|---|---|
{{ $pricing->id }} | {{ $pricing->trackType->name }} | {{-- Display Track Type Name --}}{{ $pricing->pricingType->name }} | {{ $pricing->levels_number }} | {{ $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.View') }} {{ __('dashboard.Edit') }} |