@extends('layout.base') @section('layout.base.head') @endsection @section('layout.base.header')
{{ ns()->currency->define( $bill['totals']['total'] ) }}
@if( $bill['totals']['tendered'] > 0 && $bill['payment_status'] !== 'paid' ){{ __( 'Paid: :amount', [ 'amount' => ns()->currency->define( $bill['totals']['tendered'] ) ] ) }}
@endif{{ ns()->currency->define( $product['total_price'] ) }}
{{ __( 'Payment Status' ) }}
@if( $bill['payment_status'] === 'partially_paid' ) {{ __( 'Remaining: :amount', [ 'amount' => ns()->currency->define( $bill['totals']['total'] - $bill['totals']['tendered'] ) ] ) }} @else {{ __( 'Awaiting payment for this order' ) }} @endif
{{ __( 'This table currently has no pending bills.' ) }}