@extends('layouts/acc_layout') @section('title', '| Income Tax Payments') @section('content') @include('successMsg')

Income Tax Payments

@php $searchElements = [['element' => 'project', 'col' => 2, 'attributes' => ['print_order' => '1']], ['element' => 'project_type', 'col' => 2, 'attributes' => ['print_order' => '1']], ['element' => 'year', 'col' => 1, 'attributes' => ['print' => '0']], ['element' => 'month', 'col' => 1, 'attributes' => ['print' => '0']]]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Payment Date Voucher Date Project Project Type Bank Info Chalan No. Amount Action
BANK A/C NUMBER BRANCH NAME
@endsection