@extends('layouts.contentLayoutMaster') @section('title', 'الدفعات') @section('vendor-style') @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
قيمة الدفعة | المدفوع | قيمة الضرائب | خصومات الفترة | قبل الخصم | إجمالي المطلوب سداده |
---|---|---|---|---|---|
{{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)}} ر.س | @else {{round($transaction_info['new_period_discount'], 2)}} ر.س @endif@if($transaction_info['is_fixed_discount']) {{round($transaction->amount_before_discount, 2)}} ر.س | @else {{round($transaction->residual_amount, 2)}} ر.س @endif{{round($transaction_info['residual_amount'])}} ر.س |