@extends('layouts.master') @section('page_title', "Management Time Entry") @section('content')
{!! Html::image("img/icon_{$icon}.png") !!}

{{ $title }}

{{ $other_title }}
{{ Form::open(['url' => action('SuperAdminController@mgmt_time_entry_export')]) }}
{{ Form::button_save('Export', 'action') }}
{{ Form::close() }}
@include('search._search_grid_wrapper')
@endsection @section('page_script') @include('shared_script.date_range_filter_script') @include('shared_script._search_script_render') @endsection @section('page_style') {!! HTML::style('/css/daterangepicker.css') !!} {!! HTML::style('/css/daterangepicker_custom.css') !!} @include('shared_style._grid_sort_style') @endsection