@extends('layouts.app') @section('title') {{ __('home.checkout') }} @endsection @section('content')

{{ __('home.checkout') }}

@if (!$checkout_coupon)
@lang('home.Have a coupon?')

@lang('home.If you have a coupon code, please apply it below.')

@endif

@lang('home.Your order')

@foreach ($user->cart->cart_courses as $cartCourse)
@lang('home.courses') @lang('home.total')
{{ $cartCourse->course->{'name_' . $lang} }} @lang('home.SAR'){{ ' ' . $cartCourse->course->last_price() }}