@php $show_mode=false; if(isset($show)&&$show==true) $show_mode=true; @endphp @if($show_mode) @if (in_array($entity->payment_method,['cash','cash_part_and_bank_part'])) @endif @if (in_array($entity->payment_method,['bank_transfer','cash_part_and_bank_part'])) @endif {{-- end show --}} @else @if ($errors->has('payment_method')) {{ $errors->first('payment_method') }} @endif @endif
{!! Form::customInput('number', 'PaiedCash' ,0 ) !!}
{!! Form::customInput('text', 'CreditReceiptNumber' ) !!}
{!! Form::customInput('number', 'PaiedCredit',0 ) !!}