@extends('layouts.master')
@section('page_title', 'Support/WOM Distribution')
@section('content')
{{ Form::page_header("Support/WOM Distribution", "checklist", null, $time_frame) }}
{{ Form::open(['url' => action('SuperAdminController@time_distribution_export')]) }}
{{ Form::close() }}
@include('search._search_grid_wrapper')
@endsection
@section('page_style')
@include('shared_style._grid_sort_style')
@endsection