@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]))
@endif
@include('search._search_grid_wrapper')
@endsection
@section('page_script')
@endsection