@extends('frontend.layouts.master')
@section('meta_title', 'Cart' . ' || ' . $setting->app_name)
@section('contents')
{{ __('Course') }} | {{ __('Price') }} | ||||
---|---|---|---|---|---|
|
{{ $product->name }}
@if (in_array($product->id, session()->get('enrollments'))) {{ __('Already purchased') }} @elseif (in_array($product->id, session()->get('instructor_courses'))) {{ __('Own course') }} @else @endif |
{{ currency($product->price) }} | × | ||
{{ __('Discount') }}
{{ $coupon }} ({{ $discountPercent }} %)×
{{ __('Discount') }}
{{ currency(0) }} @endif{{ __('Please add some courses in your cart.') }}