Pilih Tag di Laravel Collective
public function add(){
$results = Category::pluck('category_name','id');
return view('admin/add-post',compact('results'));
}
{!! Form::select('id', $results, '',['class' => 'form-control','placeholder'=>'Please Select Category']) !!}
nk jangid