@extends('layout.main') @section('filter')

Filter

{{ Form::text('BoardName', '', array("class"=>"form-control")) }}
{{ Form::select('Active', $active, '1', array("class"=>"form-control select2 small")) }}

@stop @section('content')

Opportunity Boards

@if(User::checkCategoryPermission('OpportunityBoard','Add')) Add New @endif

Board Name Active Created By Action
@include('includes.errors') @include('includes.success')
@stop @section('footer_ext') @parent @stop