@extends('layouts.master') @section('page_title', 'Manage Business Users') @section('content')
{{ Form::page_header("Business Users", "business") }}
{{ Form::button_link('Add New User', action('SuperAdminBusinessController@user_create', compact('business')), 'add_btn') }}
{{ Form::hidden('scope', $business->business) }}
@include('search._search_grid_wrapper')
@endsection() @section('page_script') @include('shared_script._search_script_render') @endsection() @section('page_style') @include('shared_style._grid_sort_style') @endsection()