logo") !!}">

{!! $invoice->address !!}


@if ($payment_log->payment_status == "Paid")

Money Receipt

@elseif ($payment_log->payment_status == "Unpaid")

Invoice

@else

Invoice

@endif {{--

Invoice

--}}

Invoice To: {!! $member->first_name !!} {!! $member->last_name !!}

Phone: {!! $member->phone !!}

Invoice ID: {!! $payment_log->id + 1000 !!}

Invoice Date: {!! date('D, M d, Y',strtotime($payment_log->tran_date)) !!}

SL Iteam Details PRICE UNIT GROSS TOTAL
01 @if($payment_log->reg_type == 'member_reg') Membership Registration @elseif($payment_log->reg_type == 'renew_member_reg') Annual Subscription Fee @elseif($payment_log->reg_type == 'event_reg') Event Registration @elseif($payment_log->reg_type == 'immigration') Immigration @elseif($payment_log->reg_type == 'study_abroad') Study Abroad @elseif($payment_log->reg_type == 'service_fee') Service Fee @elseif($payment_log->reg_type == 'visa_processing') Visa Processing @elseif($payment_log->reg_type == 'immigration') Immigration @else Service Fee @endif {!! $payment_log->currency !!} {!! $payment_log->currency_amount !!} 1 {!! $payment_log->currency !!} {!! $payment_log->currency_amount !!}
  Sub Total {!! $payment_log->currency !!} {!! $payment_log->currency_amount !!}
  Received @if($payment_log->payment_status == 'Paid') {!! $payment_log->currency !!} {!! $payment_log->currency_amount !!} @else {!! $payment_log->currency !!} 0 @endif
  Total Amount {!! $payment_log->currency !!} {!! $payment_log->currency_amount !!}
  In Words: {!! $payment_log->currency !!} {!! \functions\OwnLibrary::numberTowords($payment_log->currency_amount) !!}

@if($invoice->authorized_signature != null)
@endif Authorized Signature

{{--

@if(!empty($invoice->authorized_signature))
Client's Signature @else

@endif

--}}
{!! $invoice->footer_address !!}

Registered Address: Suite-C, Navana Tower (5th Floor), 45 Gulshan Avenue, Gulshan-1, Dhaka-1212, Bangladesh.