Customer Name @if (isset($content['properties']) && empty($content['properties']) === false ) (Before Update) @endif
|
{{$content['customer_name']}} |
Customer ID |
{{$content['customer_id']}} |
Enterprise Name |
{{$content['enterprise_name']}} |
Enterprise ID |
{{$content['enterprise_id']}} |
Install |
{{$content['install']}} |
@if (isset($content['package_description']))
|
Package Details |
{{$content['package_description']}} |
@endif
@if (isset($content['properties']) && empty($content['properties']) === false )
|
Details Updated: |
@foreach ($content['properties'] as $key => $value)
{{$key}} : {{$value}}
@endforeach
|
@endif
|
|
|
|
|