@extends('layouts.app') @section('title', __('Income List')) @section('content')
@include('layouts.leftside-menubar')
@include('components.pages-bar',['pageTitle' =>''. trans('Manage Accounts').' / '.trans('Transaction').'']) @include('components.sectionbar.accounts-bar')
@lang('Internal Transfer List')
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{-- --}} {{-- @if(school('Income_edit') == 1)--}} {{-- --}} {{-- @endif--}} @foreach($transaction as $incomd) {{-- @if(school('expense_edit') == 1)--}} {{-- --}} {{-- @endif--}} {{-- --}}{{-- @if(school('expense_edit') == 1)--}} {{-- --}}{{-- --}} {{-- --}}{{-- @endif--}} @endforeach
# @lang('Date') @lang('Voucher No') @lang('Amount') (S$) @lang('Credit') @lang('Debit') @lang('By')@lang('Action')@lang('Action')
{{($loop->index + 1)}} {{date('d-m-Y',strtotime($incomd->date))}} {{$incomd->voucher_no}} {{number_format($incomd->amount,2)}} {{$incomd->ledgerCredit->name}} {{$incomd->ledgerDebit->name}} {{$incomd->user->name}}@lang('Edit')--}} {{-- @lang('Adjustment')--}} {{-- --}}{{--
@php @endphp

বাংলাদেশ ল্যাংগুয়েজ এন্ড কালচারাল ফাউন্ডেশন

Bangladesh Language and Cultural Foundation

23 Chuan Terrace, Lorong Chuan, Singapore 558491 (UEN : TT00SS0212J)

Tel: {{foqas_setting('phone')}} Email: {{foqas_setting('email')}} Website: www.blcf.sg

@lang('Internal Transfer List')

@foreach($transaction as $incomd) @endforeach
# @lang('Date') @lang('Voucher No') @lang('Amount') (S$) @lang('Credit') @lang('Debit') @lang('By')
{{($loop->index + 1)}} {{date('d-m-Y',strtotime($incomd->date))}} {{$incomd->voucher_no}} {{number_format($incomd->amount,2)}} {{$incomd->ledgerCredit->name}} {{$incomd->ledgerDebit->name}} {{$incomd->user->name}}
@push('script') @endpush @push('script') @endpush @endsection