@if(empty($title)) @php $title = 'Título'; @endphp @endif @if(empty($description)) @php $description = 'Descrição resumida'; @endphp @endif @if(empty($value)) @php $value = '3.562' @endphp @endif @if(empty($icon)) @php $icon = 'fe-layers' @endphp @endif @if(empty($color)) @php $color = 'text-primary' @endphp @endif

{{$title}}

{{$description}}
{{$value}}