Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <!-- Added /-->
  2. <li {!! Request::is("*user/*/affiliate/link") ? "class='active'" : '' !!}>
  3. <a href="{{ route('user.affiliate.link', ['username' => \Auth::user()->username]) }}">
  4. Create PAP link
  5. </a>
  6. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement