@extends('layouts.app') @section('title', __('Income List')) @section('content')
@include('layouts.leftside-menubar')
@include('components.pages-bar',['pageTitle' =>''. trans('Manage Accounts').' / '.trans('Income').'']) @include('components.sectionbar.accounts-bar')
@lang('List of Income')
@csrf
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
@isset($income)
@if(school('Income_edit') == 1) @endif @foreach($income as $incomd) @if(school('expense_edit') == 1) @endif {{-- @if(school('expense_edit') == 1)--}} {{-- --}} {{-- @endif--}} @endforeach
# @lang('Date') @lang('Income Head') @lang('Name') @lang('Voucher No') @lang('Amount') (S$) @lang('Purchase Invoice Number') @lang('Attached File') @lang('Action')@lang('Action')
{{($loop->index + 1)}} {{date('d-m-Y',strtotime($incomd->date))}} {{$incomd->accountSector->name}} {{$incomd->name}} {{$incomd->voucher_no}} {{number_format($incomd->amount,2)}} {{$incomd->invoice_number}} @isset($incomd->file) @else @lang('No file') @endisset @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('Income List')

@lang('Income Year - '.$year)

@foreach($income as $incomd) @endforeach
# @lang('Date') @lang('Income Head') @lang('Name') @lang('Voucher No') @lang('Amount') (S$) @lang('Invoice Number') @lang('Year')
{{($loop->index + 1)}} {{date('d-m-Y',strtotime($incomd->date))}} {{$incomd->accountSector->name}} {{$incomd->name}} {{$incomd->voucher_no}} {{number_format($incomd->amount,2)}} {{$incomd->invoice_number}} {{Carbon\Carbon::parse($incomd->created_at)->format('Y')}}
@endisset
@push('script') @endpush @push('script') @endpush @endsection