attchment updated for revenue/payment
This commit is contained in:
parent
29483d8c0a
commit
f37e711baa
@ -57,7 +57,12 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('reference', trans('general.reference'), 'file',[]) }}
|
{{ Form::textGroup('reference', trans('general.reference'), 'file',[]) }}
|
||||||
|
|
||||||
{{ Form::fileGroup('attachment', trans('general.attachment')) }}
|
<div class="col-md-6">
|
||||||
|
@if($payment->attachment)
|
||||||
|
@php $file = $payment->attachment; @endphp
|
||||||
|
@include('partials.media.file')
|
||||||
|
@endif
|
||||||
|
</div>
|
||||||
|
|
||||||
@if ($payment->bill)
|
@if ($payment->bill)
|
||||||
{{ Form::textGroup('document', trans_choice('general.bills', 1), 'file-invoice', ['disabled' => 'disabled'], $payment->bill->bill_number) }}
|
{{ Form::textGroup('document', trans_choice('general.bills', 1), 'file-invoice', ['disabled' => 'disabled'], $payment->bill->bill_number) }}
|
||||||
|
@ -57,7 +57,12 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('reference', trans('general.reference'), 'file',[]) }}
|
{{ Form::textGroup('reference', trans('general.reference'), 'file',[]) }}
|
||||||
|
|
||||||
{{ Form::fileGroup('attachment', trans('general.attachment')) }}
|
<div class="col-md-6">
|
||||||
|
@if($revenue->attachment)
|
||||||
|
@php $file = $revenue->attachment; @endphp
|
||||||
|
@include('partials.media.file')
|
||||||
|
@endif
|
||||||
|
</div>
|
||||||
|
|
||||||
@if ($revenue->invoice)
|
@if ($revenue->invoice)
|
||||||
{{ Form::textGroup('document', trans_choice('general.invoices', 1), 'file-invoice', ['disabled' => 'disabled'], $revenue->invoice->invoice_number) }}
|
{{ Form::textGroup('document', trans_choice('general.invoices', 1), 'file-invoice', ['disabled' => 'disabled'], $revenue->invoice->invoice_number) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user