mardi 26 juin 2018

Trying to get property of non-object (View: ) laravel

controller

 public function get_service_providers($id) {
    if ($this->checkUser()) {
        $categories = Category::all();
        $features = Features::all();
        $service_provider = Service_providersRepository::get_service_providers($id);
        return view("backend.service_providers.edit_service_providers",

['service_provider' => $service_provider,"features"=>$features, "categories" => $categories->toArray()]); } else { return redirect("/admin/login"); } }

view

          
<div>
    
</div>


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2KcRxJC
via IFTTT

Aucun commentaire:

Enregistrer un commentaire