Reference field in Vendors/Customers

This commit is contained in:
Batuhan Baş
2018-09-26 18:05:54 +03:00
parent 5cc1c03b25
commit f1eafda755
10 changed files with 83 additions and 2 deletions

View File

@@ -25,6 +25,9 @@
{{ Form::fileGroup('logo', trans_choice('general.pictures', 1)) }}
{{ Form::radioGroup('enabled', trans('general.enabled')) }}
{{ Form::textGroup('reference', trans('general.reference'), 'file-text-o', []) }}
</div>
<!-- /.box-body -->

View File

@@ -31,6 +31,9 @@
{{ Form::fileGroup('logo', trans_choice('general.logos', 1)) }}
{{ Form::radioGroup('enabled', trans('general.enabled')) }}
{{ Form::textGroup('reference', trans('general.reference'), 'file-text-o', []) }}
</div>
<!-- /.box-body -->

View File

@@ -39,6 +39,11 @@
<li class="list-group-item">
<b>{{ trans('general.tax_number') }}</b> <a class="pull-right">{{ $vendor->tax_number }}</a>
</li>
@if ($vendor->refence)
<li class="list-group-item">
<b>{{ trans('general.reference') }}</b> <a class="pull-right">{{ $vendor->refence }}</a>
</li>
@endif
</ul>
</div>
<!-- /.box-body -->