Route::get('/frontend/{any}', function () { return file_get_contents(public_path('frontend/index.html')); })->where('any', '.*');