@extends('backend.layouts.master') @section('page-title', 'Invoice Print') @push('css') @endpush @section('invoice')
@elseif (get_setting('inv_logo') == 'name')
| Total Amount : | {{ $invoice->total_amount }} | ||
| Total Paid : | {{ number_format($invoice->total_paid - $invoice->due_pay,2) }} | ||
| Due Paid: | {{ number_format($invoice->due_pay,2) }} | ||
| Due Amount: | {{ number_format($invoice->total_due,2) }} | ||
| Made of Payment | |||
| Credit | {{ $invoice->due_pay }} | ||
.
.