@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/select2/css/select2.css")!!} {!! HTML::style("assets/global/plugins/select2/css/select2-bootstrap.min.css")!!} {!! HTML::style("assets/global/plugins/typeahead/typeahead.css")!!} @stop @section('mainarea')

{{ trans("pages.awards.createTitle") }}

{{trans('core.awardDetails')}}
company->award_notification==1)checked @endif data-on-color="success" data-on-text="" data-off-text="" data-off-color="danger">
{!! Form::open(['url'=>"admin/awards",'class'=>'ajax_form form-horizontal','method'=>'POST'])!!}
{!! Form::selectYear('year', 2017, date('Y')+1,date('Y'),['class' => 'form-control select2me']) !!}
{!! Form::close() !!}
@stop @section('footerjs') {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js")!!} {!! HTML::script("assets/global/plugins/select2/js/select2.js")!!} {!! HTML::script("assets/global/plugins/jquery-multi-select/js/jquery.multi-select.js")!!} {!! HTML::script("assets/global/plugins/typeahead/typeahead.bundle.min.js")!!} {!! HTML::script('assets/js/ajaxform/jquery.form.min.js')!!} @stop