@extends('layouts.master') @section('page_title', "Content Library") @section('content')
{{ Form::page_header("Content Library", "library") }}
@include('search._grid_search_filters', ['col_width' => 6, 'filters' => [ ['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')
{{ Form::label_ex('Top Email Results', \App\Helpers\FormComponentHelper::SIZE_SUPER_DUPER) }}
@include('search._search_grid_wrapper')
{{ Form::button_link('RETURN TO CAMPAIGN', action('CampaignController@campaign_content',compact('business','campaign'))) }} {{ Form::button_safe_save('ADD SELECTED TO CAMPAIGN', null, 'save') }}
@endsection @extends('shared.show_preview') @section('page_script') @include('shared_script._search_script_render') @include('shared_script._multi_select_checkbox_script') @include('shared_script._row_colors') @endsection @section('page_style') @include('shared_style._multi_select_checkbox_style') @endsection