@extends( 'layouts.app') @section('title') Edit Paradigm Amount @stop @section('breadcrumb') @stop @section('content')
{{csrf_field()}}

Payment Information


@if ($errors->has('inventory_id')) {{ $errors->first('inventory_id') }} @endif
@if ($errors->has('payment_head')) {{ $errors->first('payment_head') }} @endif
@if ($errors->has('payment_type')) {{ $errors->first('payment_type') }} @endif
@if($amount->payment_type == \App\ProjectAccount::pay_order)
@if ($errors->has('pay_order_title')) {{ $errors->first('pay_order_title') }} @endif
@if ($errors->has('pay_order_date')) {{ $errors->first('pay_order_date') }} @endif
@if ($errors->has('pay_order_bank_id')) {{ $errors->first('pay_order_bank_id') }} @endif
@else @endif @if(old('payment_type') == \App\ProjectAccount::adjacement)
@if ($errors->has('adjacement_type')) {{ $errors->first('adjacement_type') }} @endif
@else @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif

@if ($errors->has('depositor_name')) {{ $errors->first('depositor_name') }} @endif
@if ($errors->has('images')) {{ $errors->first('images') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@stop @section('js') @stop