@if(auth()->user()&&auth()->user()->hasRole('admin'))
{{ __('whatsapp.hero_badge_type') }}
{{ __('whatsapp.hero_badge') }}
@else
{{ __('whatsapp.hero_badge_type') }}
{{ __('whatsapp.hero_badge') }}
@endif
{{ __('whatsapp.hero_title') }}
{{ __('whatsapp.hero_subtitle') }}
{{ __('whatsapp.hero_description') }}
@if(auth()->user()&&auth()->user()->hasRole('admin'))
{{ __('whatsapp.start_now') }}
{{ __('whatsapp.see_demo') }}
@else
{{ __('whatsapp.see_demo')}}
@endif