@extends('layouts.master') @section('page_title', "Business Topics") @section('content')
{{ Form::page_header("Business Topics", "paper_stack") }} @if(\App\Providers\AuthServiceProvider::user_has_permission([\App\Providers\AuthServiceProvider::SUPER_ADMIN]))
{{ Form::button_link('Add Topic', action('BusinessTopicController@create', compact('business')), 'add_btn' )}}
@endif @include('search._search_grid_wrapper')
@endsection @section('page_script') @endsection