@props(['title' => 'title component', 'visible_data' => false, 'data_count' => '', 'visible_data_type' => false, 'data_type' => '','style' => '', 'size' => '', 'data_id' => '','', 'document_url' => '#']) @section('css') @vite(['resources/scss/components/_custom_circle.scss']) @endsection

{{ $title }}

@if ($visible_data === "true")
{{ $data_count }}
@endif @if ($visible_data_type === "true")
{{ $data_type }}
@endif