@extends('admin.layout.app') @section('main') TAMSTOA NMB INVOICE

logo

DEBIT NOTE

Bill To:
{{ $order->cname }}
{{ $order->address }}
{{ $order->phone }}
{{ $order->email }}
Invoice # {{ $order->id }}
Invoice Date {{ $order->date_added }}
Amount {{ $order->amount }} TSH
Control Number @if ($nbm_invoice ) {{ $nbm_invoice->reference }} @endif
CHARGE DESCRIPTION AMOUNT
{{ $order->stitle }} {{ $order->amount }} TSH

Bank Details:
Name: TAMSTOA
Bank Name: National Microfinance Bank (NMB)
Acc No: 22510037292
Swift Code: NMIBTZTZ

Payment Terms:
1. Payment should be done through Online or direct to Bank/Wakala.
2. All payments should be addressed to TAMSTOA.


APPROVED BY Signature
ISSA MOHAMED JOHN
GENERAL SECRETARY



@if ($nbm_invoice ) @else Create Bank Control Number @endif Send
{{-- Script for render data on table --}} @endsection