|
|
- {!! link_to_route('teams.index', 'Annulla', ['type' => Session::get('type') , "category_id" => Session::get('category_id') , "group_id" => Session::get('group_id')], array('class' => 'btn btn-info')) !!}
|
|
|
|
|
|
|
+ <a href="{{ route('teams.index', ['type' => Session::get('type') , "category_id" => Session::get('category_id') , "group_id" => Session::get('group_id')]) }}" class="btn btn-info">Annulla</a>
|