@extends('admin.admin-layouts.master') @section('content')
{{__('Description')}} | {{__('Amount')}} |
---|---|
{{ $list['item'] }} | {{ $list['price'] }} |
{{__('Sub Total')}} | $ {{ $invoice_details->total }} |
Paid | $ {{ $invoice_details->partial == null ? $invoice_details->total : $invoice_details->partial }} |
{{__('Grand Total')}} | $ {{ $invoice_details->total }} |
{{__('Due')}} | $ {{ $invoice_details->due ?? 0 }} |
{{__('Thank you for shopping with us. Please come again')}}