@extends('layouts.master') @section('page_title', 'WOM Fulfillment Dashboard') @section('content') {{ Form::page_header("WOM Fulfillment Dashboard", "checklist") }}
@include('search._grid_search_filters', ['col_width' => 6, 'filters' => [ ['name' => 'team', 'col_width' => 6, 'list' => $team_filter, 'placeholder' => 'All Businesses'], ['name' => 'phase', 'col_width' => 6, 'list' => \App\Models\Business::$business_phase_map, 'placeholder' => 'All Phases'], ]]) @include('search._complex_search', ['col_width' => 6]) @include('search._complex_search_parameter', ['sort_column' => 'age'])
@include('search._search_grid_wrapper')
@endsection @section('page_script') @include('shared_script._search_script_render') @include('shared_script._dynamic_search_columns') @endsection @section('page_style') @include('shared_style._grid_sort_style') @endsection