mardi 27 avril 2021

Laravel 8 return blank page

In controller;

 public function list_of_approved_policies(){
    
      dd("I am here");
      die(); 
    } 

In route

Route::get('/listofapprovedpolicies','MerchantDashboardController@list_of_approved_policies');

When I calling /listofapprovepolicies Laravel return just white blank page. How can i solve this problem ?



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

Aucun commentaire:

Enregistrer un commentaire