@extends('layouts.master')
@section('page_title', 'Related Business')
@section('content')
{{ Form::page_header("Related Business", "business") }}
@if(\Gate::allows(\App\Providers\AuthServiceProvider::SUPER_ADMIN))
@include('shared.grids._grid_wrapper', [
'grid_header_button' => 'ADD CHILD',
'grid_header_button_action' => action('SuperAdminBusinessController@business_lists', ['business' => $business])])
@else
@include('shared.grids._grid_wrapper')
@endif
@endsection