@extends('app') @section('content') Manage Admin

ADMIN LIST

@if($client_plan == "BA" ) You have made total Users out of . @endif
@if(Session::get('user_role') == 'Super Admin')
@endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif