Since views are intended to be composed with a dataset, it is intentionally blocked from the public access.
You have three options IMO.
I personally recommend #2 if you have only few.
Route::('/about/company', function(){
return View::make('admin.company');
});
Thank you very much it works for me. God Bless you man!!!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.