@isset ($about_section_style2)
@php echo html_entity_decode($about_section_style2->title); @endphp
@php echo html_entity_decode($about_section_style2->description); @endphp
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
A software for easy business monitoring
It is a software in which you can easily control and monitor the whole business. Xmoz is an easy way to manage your business.
@endif
@endisset
@if (is_countable($about_section_counters_style2) && count($about_section_counters_style2) > 0)
@foreach ($about_section_counters_style2 as $item)
@if(Auth::user())
@can('section check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif
{{ $item->counter }}{{ $item->extra_text }}
@php echo html_entity_decode($item->title); @endphp
@endforeach
@unset ($item)
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endif
@isset ($about_section_style2)
@if(!empty($about_section_style2->button_name))
@endif
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endisset