@extends('layouts/acc_layout') @section('title', '| Add Income Tax Payment') @section('content')
Add Income Tax Payment
@php $searchElements = [['element' => 'project', 'col' => 2, 'attributes' => ['print_order' => '1']], ['element' => 'project_type', 'col' => 2, 'attributes' => ['print_order' => '2']], ['element' => 'custom', 'type' => 'text', 'name' => 'month_from', 'id' => 'month_from', 'label' => 'Month From:', 'col' => 2, 'attributes' => ['class' => 'pickMonth form-control', 'autocomplete' => 'off', 'readonly' => 'readonly', 'print_order' => '3']], ['element' => 'custom', 'type' => 'text', 'name' => 'month_to', 'id' => 'month_to', 'label' => 'Month To:', 'col' => 2, 'attributes' => ['class' => 'pickMonth form-control', 'autocomplete' => 'off', 'readonly' => 'readonly', 'print_order' => '4']], ['element' => 'custom', 'type' => 'select', 'name' => 'fillWithZeroIncomeTax', 'id' => 'fillWithZeroIncomeTax', 'options' => ['yes' => 'Yes', 'no' => 'No'], 'label' => 'With Zero Income Tax:', 'col' => 2, 'attributes' => ['print_order' => '5']]]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Show', ])
@endsection