@extends('layouts.master')
@section('page_title', $page_title)
@section('content')
{{ Form::page_header($page_title, "paper_stack") }}
@include('shared._message_all')
@foreach($column_sets as $key => $column_set)
@if($column_set->has_data())
{{ Form::label_title($key) }}
@include('search._search_grid_table')
@endif
@endforeach
@endsection
@section('page_script')
@endsection