+ @can('view', \App\Models\Supplier::class)
+
+ {{ $license->supplier->name }}
+
+ @else
{{ $license->supplier->name }}
-
- @else
- {{ trans('general.deleted') }}
- @endif
+ @endcan
+
+ @if ($license->supplier->url)
+
{{ $license->supplier->url }}
+ @endif
+
+ @if ($license->supplier->phone)
+
+
{{ $license->supplier->phone }}
+ @endif
+
+ @if ($license->supplier->email)
+
{{ $license->supplier->email }}
+ @endif
+
+ @if ($license->supplier->address)
+
{{ $license->supplier->address }}
+ @endif
+ @if ($license->supplier->address2)
+
{{ $license->supplier->address2 }}
+ @endif
+ @if ($license->supplier->city)
+
{{ $license->supplier->city }},
+ @endif
+ @if ($license->supplier->state)
+ {{ $license->supplier->state }}
+ @endif
+ @if ($license->supplier->country)
+ {{ $license->supplier->country }}
+ @endif
+ @if ($license->supplier->zip)
+ {{ $license->supplier->zip }}
+ @endif
+
+