@extends('layouts.master') @section('page_title', $page_title) @section('content')
{{ Form::page_header($page_title, "business") }}
@include('business.business_time._time_stats', compact('total_hours', 'time_type_totals'))
{{ Form::button_link('New Time Entry', $new_entry_link, 'new_time_entry') }}
@if($reporting_grid)
{{ Form::button_ex('Details', 'grid_detail_switch();', 'grid_detail_btn', null, \App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::button_ex('Summary', 'grid_summary_switch();', 'grid_summary_btn', null, \App\Helpers\FormComponentHelper::SIZE_TINY) }}
@endif
@include('search._search_grid_wrapper', compact('column_set'))
@endsection @section('page_script') @include('shared_script.date_range_filter_script') @include('shared_script._search_script_render', ['is_multi' => true]) @include('shared_script._dynamic_search_columns') @endsection @section('page_style') {!! HTML::style('/css/daterangepicker.css') !!} {!! HTML::style('/css/daterangepicker_custom.css') !!} {!! HTML::style('/css/multiple-select.css') !!} @endsection