@extends('admin.adminlayouts.adminlayout')
@section('head')
{!! HTML::style("assets/global/plugins/bootstrap-select/bootstrap-select.min.css") !!}
{!! HTML::style("assets/global/plugins/select2/select2.css") !!}
{!! HTML::style("assets/global/plugins/jquery-multi-select/css/multi-select.css") !!}
@stop
@section('mainarea')
{{$pageTitle}}
{{--INLCUDE ERROR MESSAGE BOX--}}
@include('admin.common.error')
{{--END ERROR MESSAGE BOX--}}
{!! Form::open(array('id'=>'notice_store_form','class'=>'form-horizontal form-bordered','method'=>'POST')) !!}
@stop
@section('footerjs')
{!! HTML::script("assets/global/plugins/bootstrap-select/bootstrap-select.min.js") !!}
{!! HTML::script("assets/global/plugins/select2/select2.min.js") !!}
{!! HTML::script("assets/global/plugins/jquery-multi-select/js/jquery.multi-select.js") !!}
{!! HTML::script("assets/global/plugins/tinymce/tinymce.min.js") !!}
@stop