<a href="{{ url('url') }}">url</a>

<a href="{{ action('StudentController@urlTest') }}">action</a>

<a href="{{ route('url') }}">route</a>
05-28 21:11