@if(Auth::user())
@can('section check')
@endcan
@endif
@isset ($subscribe_section_style2)
@php echo html_entity_decode($subscribe_section_style2->title); @endphp
@php echo html_entity_decode($subscribe_section_style2->description); @endphp
@else
Join Us!
Subscribe our newsletter and stay up to date about the company
@endisset
@include('frontend.sections.subscribe.style2-subscribe')
@if(Auth::user())
@can('section check')