@extends('business::layouts.master') @section('pagetitle','Dashboard') @section('subheader') @include('business::usersetting.subheader.commonsubheader') @endsection @section('content') @if(session('success')) @endif

Manage Users

business_id}} /> @if ($useraddon_subscribed == null)
No Users to Display

Click ‘Add User’ to allow someone access to your account.

@else
@endif
@if ($useraddon_subscribed == null) @include('business::usersetting.users.mdl_checkout') @endif @include('business::layouts.footer') @endsection @section('pagescript') @endsection