diff --git a/resources/views/licenses/view.blade.php b/resources/views/licenses/view.blade.php index d8745fed4d4d..3ab78b27a363 100755 --- a/resources/views/licenses/view.blade.php +++ b/resources/views/licenses/view.blade.php @@ -125,7 +125,7 @@ @if ($license->manufacturer) {{ trans('admin/hardware/form.manufacturer') }} - +

@can('view', \App\Models\Manufacturer::class) {{ $license->manufacturer->name }} @@ -135,20 +135,23 @@ @endcan @if ($license->manufacturer->url) -
{{ $license->manufacturer->url }} +
{{ $license->manufacturer->url }} @endif @if ($license->manufacturer->support_url) -
{{ $license->manufacturer->support_url }} +
+ {{ $license->manufacturer->support_url }} @endif @if ($license->manufacturer->support_phone) -
{{ $license->manufacturer->support_phone }} +
+ {{ $license->manufacturer->support_phone }} @endif @if ($license->manufacturer->support_email)
{{ $license->manufacturer->support_email }} @endif +

@endif