@extends('backend.layouts.master') @section('page-title', 'Invoice Print') @push('css') @endpush @section('invoice')
@elseif (get_setting('inv_logo') == 'name')
| Name | : | {{ $employee->name }} | |||
| Address | : | {{ $employee->address }} | |||
| Mobile | : | {{ $employee->phone }} | |||
| Branch | : | {{ $employee->branch?->name }} | |||
| #SL | Month | Payment Date | Payment Type | Payment Method | Amount | Note |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ \Carbon\Carbon::parse($payment->month)->format('F') }} | {{ $payment->payment_date }} | {{ $payment->payment_type }} | {{ $payment->bank_account?->bank_name }} | {{ $payment->payment }} {{ empty(get_setting('com_currency')) ?: get_setting('com_currency') }} | {{ $payment->note }} |