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

Manage Users

No Users to Display

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

@include('business::layouts.footer') @endsection @section('pagescript') @endsection