Hm...I think the only way to do this is except by manually not selecting it when you run your query....
If you want to check the title, you can do this though. 'title'=>'required|between:3,20|unique:su...
If you're passing the id as a route parameter, you can do something as simple as this: $this->id;...
I'm not completely understanding what your question is, but you can use the collection keyBy method...
Yes, it should work. Do you see the entry in your database? And if you dd($crmu), do you see the att...
The Laravel portal for problem solving, knowledge sharing and community building.
The community