@yield('breadcrumb')
@if(Session::has('billingError') || Session::has('billingErrorSoft'))
@php if(Session::has('billingError')) $errorData = Session::get('billingError'); else $errorData = Session::get('billingErrorSoft'); @endphp
@if(session('user')->user->userType == 0)
{{isset($errorData['message']) ? $errorData['message'] : 'Subscription has a problem'}}
@if(isset($errorData['url']))
Pay Now @endif
@endif
@endif
@yield('content')
Pay Now @endif