@extends('layouts.master') @section('page_title', 'Clients by Industry') @section('content') {{ Form::page_header("Clients by Industry", "checklist") }}
{{ Form::open(['url' => action('SuperAdminController@client_industry_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