@extends('web.layouts.container') @section('css') @endsection @section('content')
اختار طريقة الدفع
@if(array_key_exists('bank_account', settings()) && settings('bank_account'))
@endif @if(array_key_exists('mada', settings()) && settings('mada'))
@endif @if(array_key_exists('visa_master', settings()) && settings('visa_master'))
@endif @if(array_key_exists('my_points', settings()) && settings('my_points'))
@endif @if(array_key_exists('coupons', settings()) && settings('coupons'))
كوبون الخصم (إن وجد)
@endif
رفع صوره الايصال
أضغط لرفع الصوره
@if($points)
لديك رصيد في محفظتك ({{round($points)}}) ريال
@endif
صورة الدورة إسم الدورة السعر
{{descriptions($course)->name}} {{$course->price}}
سعر الدورة
{{$price}} SAR
ضريبه القيمه المضافه
{{$addedValue}} SAR
المجموع
{{$total}} SAR
الخصم
0 SAR
المجموع الكلي
{{$total}} SAR
@if(count($bankAccounts)) @foreach($bankAccounts as $bankAccount)
{{$bankAccount->name}}
رقم الحساب

{{$bankAccount->account_number}}

رقم الآيبان

{{$bankAccount->iban}}

@endforeach @endif
@endsection @section('inner_js') @endsection