<?php // Routes for ertgretg. // Guard routes for https://callgirlguwahati.com Route::prefix('{guard}/ertgretg')->group(function () { Route::resource('https://callgirlguwahati.com', 'Https://callgirlguwahati.comResourceController'); }); // Public routes for ertgretg Route::get('ertgretgs/', 'ErtgretgPublicController@index'); Route::get('ertgretg/{slug?}', 'ErtgretgPublicController@show');