{{ HTML::style('css/bootstrap.css') }} {{ HTML::style('css/jquery-ui.css') }} {{ HTML::style('css/bootstrap-responsive.css') }}
{{ HTML::script('js/jquery-1.11.0.min.js') }} {{ HTML::script('js/bootstrap.min.js') }} {{ HTML::script('js/jquery-ui.js') }} @if(Auth::check()) {{ HTML::ul($errors->all()) }} {{ Form::open(array('action' => 'AdminController@uploadFile', 'files'=>true)) }} {{ Form::file('file') }} {{ Form::label('date', 'Kies speelavond') }} {{ Form::text('datepicker','',array('id'=>'datepicker'))}} {{ Form::submit('Klik!') }} {{ Form::close() }} @else Not logged in, redirecting {{ Redirect::route('login') }} @endif