@if(auth()->guard('merchant')->user() && !auth()->guard('merchant')->user()->merchantActive())
@endif
@lang('marketplace::home.Please') @lang('marketplace::home.You are not active.')
@lang('marketplace::home.In order to access full dashboard')
@yield('content')