@if (isset($content['package_description'])) @endif @if (isset($content['properties']) && empty($content['properties']) === false ) @endif

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']}}

Package Details

{{$content['package_description']}}

Details Updated:

@foreach ($content['properties'] as $key => $value)

{{$key}} : {{$value}}

@endforeach