라라벨 route()

$url = route('라우트이름');
$url = route('라우트이름', ['id' => 1]);

action()


asset()


secure_asset()


url()