@include('layouts.navbars.navbar') @if ($hasActiveLicense) @yield('content') @else
{{ __tr('Product has not been verified yet, please contact via profile or product page.') }}
@endif