@extends('layouts.adminapp') @section('title') {{ __('lng.WithdrawnReport') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_banking_report', 'open') @section('active_banking_report', 'active') @section('content')
| {{ __('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) | |||||