I've a user model which has a 1:1 relation with a UserInfo model class User extends Model implements...
I've got a select list in a form <div class="form-group {!! $errors->has('primenom')...
if your mutator name is : public function getClientNameAttribute() { return Client::where('id', $th...
I think you could catch the Request object public function index() { return view('addproduct'); } pu...
I think you must cast $category as an array like this $category->toArray(), because $category fro...
The Laravel portal for problem solving, knowledge sharing and community building.