@extends('frontend.layouts.app') @if(isAddonInstalled('LMSZAIPRODUCT')) @push('style') @endpush @endif @section('content')
{{__('Course')}} | {{ __('Type') }} | {{__('Price')}} | {{__('Remove')}} |
---|---|---|---|
@if(@$special)
{{ @$special }}
@endif
@if($cart->course_id)
@if($cart->course_id) {{ @$cart->course->title }} @elseif($cart->bundle_id) {{ @$cart->bundle->name }} @elseif($cart->consultation_slot_id) {{ @$cart->consultationSlot->user->$relation->full_name }} @elseif($cart->product_id) {{ @$cart->product->title }} @endif@if($cart->course_id) {{ @$cart->course->instructor->name }} @if(get_instructor_ranking_level(@$cart->course->user->badges)) | {{ get_instructor_ranking_level(@$cart->course->user->badges) }} @endif @elseif($cart->bundle_id) {{ @$cart->bundle->user->instructor->name }} @if(get_instructor_ranking_level(@$cart->bundle->user->badges)) | {{ get_instructor_ranking_level(@$cart->bundle->user->badges) }} @endif @elseif($cart->consultation_slot_id) {{ @$cart->consultationSlot->user->$relation->professional_title }} @if(get_instructor_ranking_level(@$cart->consultationSlot->user->badges)) | {{ get_instructor_ranking_level(@$cart->consultationSlot->user->badges) }} @endif @elseif($cart->product_id) {{ @$cart->product->user->$relation->professional_title }} @if(get_instructor_ranking_level(@$cart->product->user->badges)) | {{ get_instructor_ranking_level(@$cart->product->user->badges) }} @endif @endif @if($cart->course_id) @include('frontend.student.cart.partial.cart-course-rating') @elseif($cart->consultation_slot_id) @include('frontend.student.cart.partial.cart-consultator-rating') @elseif($cart->product_id) @include('frontend.student.cart.partial.cart-product-rating') @endif |
@if($cart->receiver_info)
Gift Course To {{ $cart->receiver_info['receiver_name']}}
@elseif($cart->course_id)
Course
@elseif($cart->bundle_id)
Bundle Offer
@elseif($cart->consultation_slot_id)
Consultation
@elseif($cart->product_id)
Product
id }} data-route="{{ route('student.updateCartQuantity') }}">
@endif
|
@if(get_currency_placement() != 'after')
{{get_number_format(@$cart->price,
2)}}{{ get_currency_symbol() }}
@else
{{ get_currency_symbol()
}}{{get_number_format(@$cart->price, 2)}}
@endif
|
|
{{__('No Record Found')}} |