@extends('layout.app') @section('content')

Add Income

@csrf
{{--
@error('shortname')
{{ $message }}
@enderror
--}}
{{--
--}}
@if (checkSettings('bank_account_deposit_from_payment') == 'enable')
If selected, income will be deposited to this bank account.
@endif
{{-- --}}
@endsection @push('script-bottom') @endpush