{{ Form::defName('invoice_number', "No. Invoice", $transaction->invoice_number, ['readonly']) }}
{{ Form::defName('user', "Tagihan Kepada", $transaction->user->getName(), ['readonly']) }}
{{ Form::open(array('url' => $action, 'method' => $method,'id'=>'form-invoice')) }} {{ Form::defSubmitDefault('KIRIM') }} KEMBALI {{ Form::close() }} @push("scripts") @endpush