@extends('layouts.contentLayoutMaster') @section('title', 'الدفعات') @section('vendor-style') @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')

طرق الدفع

المطلوب {{round($transaction_info['residual_amount'])}} ر.س

{{--

المطلوب {{round($transaction->residual_amount, 2)}} ر.س

--}}
تفاصيل الدفعة
@else {{round($transaction_info['new_period_discount'], 2)}} ر.س @endif @else {{round($transaction->residual_amount, 2)}} ر.س @endif
قيمة الدفعة المدفوع قيمة الضرائب خصومات الفترة قبل الخصم إجمالي المطلوب سداده
{{round($transaction->amount_before_discount, 2)}} ر.س {{round($transaction->paid_amount, 2)}} ر.س {{round($transaction->vat_amount, 2)}} ر.س @if($transaction_info['is_fixed_discount']) {{round($transaction_info['period_discount'], 2)}} ر.س @if($transaction_info['is_fixed_discount']) {{round($transaction->amount_before_discount, 2)}} ر.س {{round($transaction_info['residual_amount'])}} ر.س
@include('parent.includes.coupon')
id }}" >
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($wallets as $wallet)--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
--}}
{{-- --}} {{-- تاكيد الدفع--}} {{-- --}}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection