@extends('backend.layouts.master') @section('page-title', 'Invoice Print') @push('css') @endpush @section('invoice')
@elseif (get_setting('inv_logo') == 'name')
| Branch | : | {{ $stock_adjust->branch?->name }} |
| Adjust No | : | {{ $stock_adjust->adjust_no }} |
| Date | : | {{ date('d/m/Y', strtotime($stock_adjust->date)) }} |
| Stock Status | : | @if ($stock_adjust->stock_status == 0) Stock Out @elseif($stock_adjust->stock_status == 1) Stock In @endif |
| #SL | Product | Quantity | Unit Price | Total Amount |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->product?->name }} | {{ $qty }} | {{ $item->rate }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | {{ $item->sub_total }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} |
| Grand Total : | {{-- {{ $transfer->total_amount }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} --}} | |||
Notes : {{ $transfer->note }}
--}}Customer Signature
Authorized Signature