@section('page-title') Dashboard @endsection @section('page-styles') @endsection

Dashboard

@foreach($clientProducts as $product) @if ($product->short_name === 'People' || $product->short_name === 'CRM' || $product->short_name === 'Helpdesk')
@if($product->short_name === 'Helpdesk') @elseif($product->short_name === 'CRM') @elseif($product->short_name === 'People') @else @endif
{{ $product->short_name }} {{ $product->name }} {{ $product->short_description }}
@endif @endforeach
@section('page-modals') @endsection @section('page-scripts') @endsection