@extends('admin.adminlayouts.adminlayout')
@section('head')
{!! HTML::style("assets/global/plugins/bootstrap-select/css/bootstrap-select.min.css")!!}
{!! HTML::style("assets/global/plugins/select2/css/select2.css")!!}
{!! HTML::style("assets/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker.css") !!}
{!! HTML::style("assets/global/plugins/jquery-multi-select/css/multi-select.css")!!}
{!! HTML::style("assets/global/plugins/typeahead/typeahead.css")!!}
{!! HTML::style("assets/global/plugins/bootstrap-summernote/summernote.css")!!}
@stop
@section('mainarea')
{{--INLCUDE ERROR MESSAGE BOX--}}
{{--END ERROR MESSAGE BOX--}}
{!! Form::open(['class'=>'form-horizontal ajax_form','method'=>'POST']) !!}
{!! Form::close() !!}
@stop
@section('footerjs')
{!! HTML::script("assets/global/plugins/bootstrap-select/js/bootstrap-select.min.js")!!}
{!! HTML::script("assets/global/plugins/select2/js/select2.min.js")!!}
{!! HTML::script("assets/global/plugins/jquery-multi-select/js/jquery.multi-select.js")!!}
{!! HTML::script("assets/global/plugins/bootstrap-summernote/summernote.min.js")!!}
{!! HTML::script("assets/global/plugins/typeahead/typeahead.bundle.min.js")!!}
{!! HTML::script("assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js") !!}
{{--{!! HTML::script('assets/admin/pages/scripts/components-pickers.js')!!}--}}
{!! HTML::script('assets/js/ajaxform/jquery.form.min.js')!!}
@stop