{{ $record['title'] }}
@include('laravel-crm::partials.labels',[ 'labels' => $record['labels'], 'limit' => 3 ])
@if($record['amount']) {{ money($record['amount'], $record['currency']) }} @endif