'billplz', 'as' => 'billplz.', 'namespace' => 'Billplz'], function () { Route::group(['prefix' => 'bill', 'as' => 'bill.'], function () { Route::post('/create', 'CreateBillplzBillController@create')->name('create'); }); });