@extends('layouts.adminapp')
@section('content')
{{-- Salary Package --}}
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Invoice') }} | {{ __('lng.Name') }} | {{ __('lng.Phone') }} | {{ __('lng.Head') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|---|
{{++$si}} | {{$Date}} | {{ $BankingWithdraw->invoicenumber }} | {{ $BankingWithdraw->BankingRegister->Member->name ?? '' }} | {{ $BankingWithdraw->BankingRegister->Member->contact ?? '' }} | {{ $BankingWithdraw->Head->title }} | @currency($BankingWithdraw->amount ) |
{{ __('lng.Total') }} | @currency($total) |