Category::all()->lists('title'=>'id')->prepend('Kategori yok')
https://github.com/laravel/framework/blob/5.1/src/Illuminate/Support/Collection.php#L568Select Box için sabit (default) ilk seçenek ekleme (5.1+)
Category::all()->lists('title'=>'id')->prepend('Kategori yok')
https://github.com/laravel/framework/blob/5.1/src/Illuminate/Support/Collection.php#L568