@extends('layouts.master') @section('page_title', "Content Library") @section('content')
{{ Form::page_header("Content Library", "library") }} @if(\App\Models\Content_Library::can_add_article())
{{ Form::button_link('ADD AN ARTICLE', action('ContentLibraryController@create'), 'add_article') }}
@endif
@include('search._grid_search_filters', ['col_width' => 6, 'filters' => [ //['name' => 'content_library_status', 'col_width' => 4, 'list' => \App\Models\Old_Content_Library_Article::$content_library_type_filter, 'placeholder' =>'All'], ['name' => 'industry', 'col_width' => 4, 'list' => \App\Models\Industry::get_industry_filter(), 'placeholder' => 'All Industries'], ['name' => 'taxonomy', 'col_width' => 4, 'list' => \App\Models\Taxonomy::get_taxonomy_filter(), 'placeholder' => 'All Taxonomy'], ]]) @include('search._complex_search', ['col_width' => 6]) @include('search._complex_search_parameter', ['sort_column' => 'age'])
{{ Form::label_title("Top Email Results") }}
@include('search._search_grid_wrapper')
@endsection @section('page_script') @include('shared_script._dynamic_search_columns') @include('shared_script._search_script_render') @endsection @section('page_style') @endsection