adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

  not rendered #139

Open yudha062 opened 7 years ago

yudha062 commented 7 years ago

I have a code in laravel blade like this,

{!! BootForm::select('Periode :', 'periode_id', $daftarPeriode)->select(session('periode_id'))->addClass('sipmonev-sesi')->data('action', url('sesi/set/periode'))->placeholder('Pilih Periode') !!}

but the   just show up in my html page.