@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') {{--
Printing Date & Time: {{ $extra['current_date_time'] }}
--}}{{__('lang.serial_no')}} | {{__('lang.month')}} | {{__('lang.internal_dealer_paid_amount')}} {{$transaction->systemSettingCurrency()}} | {{__('lang.external_dealer_paid_amount')}} {{$transaction->systemSettingCurrency()}} |
---|---|---|---|
{{$loop->iteration}} | {{$paid_rebate->month}}-{{$paid_rebate->year}} | {{$transaction->convert_money_format($internal_rebate)}} | {{$transaction->convert_money_format($external_rebate)}} |
{{__('lang.total')}} | {{$transaction->convert_money_format($total_int_rebate_paid)}} | {{$transaction->convert_money_format($total_ext_rebate_paid)}} |