@extends('admin.layouts.container') @section('css') @endsection @section('content')

{{$head ?? '' }}

course_type) }}'/>
pay_way) : '' }}'/>
subscription_date ?? $course->bill_date)) }}'/>
@if($course->points)
@endif @if($course->code)
@endif
course_status ? 'checked' : '' }} class="custom-control-input active_course" id="active" name="active_course">
course_status ? 'checked' : 'disabled' }} class="custom-control-input dis_active_course" id="non_active">
@if($course->bill_id)

({{$calcBill['id']}}) فاتورة

إسم العميل: {{$member->name}}
رقم الجوال: {{$member->phone}}
التاريخ : {{date('Y M d', strtotime($course->subscription_date))}}
الرقم الضريبي : {{settings('tax_number')}}
@if($calcBill['coupon_discount']) @endif @if($calcBill['points']) @endif @if($calcBill['coupon_discount']) {{-- discount value --}} {{-- Price after discount --}} {{-- last total --}} @endif @if($calcBill['points']) {{-- Price after discount --}} {{-- last total --}} @endif @if(!$calcBill['coupon_discount'] && !$calcBill['points']) @endif
# البيان السعر القيمة المضافه طريقة الدفعكوبون السعر بعد الخصمنقاط السعر بعد الخصمالمجموع
{{$calcBill['id']}} كورس {{$calcBill['course_name']}} {{$calcBill['price']}} SAR {{$calcBill['added_value_amount']}} SAR {{$calcBill['pay_way']}}{{$calcBill['discount_amount']}}{{$calcBill['price_after_discount']}}{{$calcBill['total']}}{{$calcBill['points']}}{{$calcBill['price_after_discount']}}{{$calcBill['total']}}{{$calcBill['total']}}

{{$site_address}}

{{$site_phone}} - {{$site_phone}}

{{$site_email}}

@endif {{--
--}} {{--

({{$course->id}}) فاتورة

--}} {{--
--}} {{--
--}} {{--
--}} {{--
إسم العميل: {{$course->user_name}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
رقم الجوال: +966 {{$course->phone}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
التاريخ : {{$bill ? date('Y M d', strtotime($bill->bill_date)) : null}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
الرقم الضريبي : {{settings('tax_number')}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
#البيانالسعرالقيمة المضافهالمجموع
{{$course->id}}كورس {{$course->course_name}}{{$course->price}} SAR{{($course->price*settings('added_value'))/100}} SAR{{(($course->price*settings('added_value'))/100)+$course->price}} SAR
--}} {{--
--}} {{--
--}} {{--Start image container--}} @if($course->payment_receipt)
@endif {{--End image container--}}
@endsection @section('inner_js') @endsection