@extends('layouts.master') @section('page_title', 'WOM Roll Up') @section('content') {{ Form::page_header("WOM Roll Up", "checklist") }}
{{ Form::open(['url' => action('SuperAdminController@wom_rollup_export')]) }}
{{ Form::button_save('Export', 'action') }}
{{ Form::close() }}
@include('search._search_grid_wrapper')
@endsection @section('page_script') @include('shared_script._search_script_render') @endsection @section('page_style') @include('shared_style._grid_sort_style') @endsection