@extends('layouts.master') @section('page_title', $page_title) @section('content')
{{ Form::page_header($page_title, "business") }} @include('search._search_grid_wrapper', compact('column_set'))
{{ Form::button_ex('Back to Check-In Meeting Dashboard', "window.location = '". action('CheckinMeetingController@view', compact('business')) ."';") }}
@endsection