Welcome to your dashboard {{ Auth::user()->name }}
@if(Auth::user()->should_enter_card == 0)Plan
@if($plan_subscribed && $freemium){{$plan_subscribed->name}}
@elseif($plan_subscribed)
{{$plan_subscribed->name}}
@if($user->onTrial())
(Free trial)
@endif @if($user->subscription('default')->cancelled())(Cancelled)
@endif @elseif($user->subscription('default') && $user->subscription('default')->cancelled())No plan
(Cancelled)
@elseFreemium
@endif
Days remaining
{{$daysRemaining }}
Bookings a month per user
0
No. of users
{{$licences}}
Lifetime bookings
{{count($bookings)}}
Booking Overview
Booking locations
Top Users by bookings
@if(count($bookings) > 0)
@else
No bookings from your users
@endif