mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
43d4bc8dc4
|
@ -175,11 +175,13 @@
|
||||||
|
|
||||||
|
|
||||||
@if ($license->supplier)
|
@if ($license->supplier)
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<strong>{{ trans('general.supplier') }}</strong>
|
<strong>{{ trans('general.supplier') }}</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
|
@if ($license->supplier->deleted_at=='')
|
||||||
@can('view', \App\Models\Supplier::class)
|
@can('view', \App\Models\Supplier::class)
|
||||||
<a href="{{ route('suppliers.show', $license->supplier->id) }}">
|
<a href="{{ route('suppliers.show', $license->supplier->id) }}">
|
||||||
{{ $license->supplier->name }}
|
{{ $license->supplier->name }}
|
||||||
|
@ -219,11 +221,11 @@
|
||||||
@if ($license->supplier->zip)
|
@if ($license->supplier->zip)
|
||||||
{{ $license->supplier->zip }}
|
{{ $license->supplier->zip }}
|
||||||
@endif
|
@endif
|
||||||
|
@else
|
||||||
|
{{ trans('general.deleted') }}
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@else
|
|
||||||
{{ trans('general.deleted') }}
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue