Skip to content

Instantly share code, notes, and snippets.

@MaheKarim
Last active September 24, 2019 19:18
Show Gist options
  • Save MaheKarim/997f38926e5ab1eec37ecd07137f3a83 to your computer and use it in GitHub Desktop.
Save MaheKarim/997f38926e5ab1eec37ecd07137f3a83 to your computer and use it in GitHub Desktop.
@admin
<li class="nav-item">
<div class="btn-group">
<a class="nav-link text-primary font-weight-bold text-capitalize dropdown-toggle"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="">Menu</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="{{ route('teamindexpage') }}">Team Setup</a>
<a class="dropdown-item" href="{{ route('matchsetupindex') }}">Match Format Setup</a>
<a class="dropdown-item" href="{{ route('fullmatchsetup.create') }}">Match Setup</a>
<a class="dropdown-item" href="{{ route('fullmatchsetup.index') }}">Running Match List</a>
<a class="dropdown-item" href="run-to-run-setup.html">Run To Run Setup</a>
</div>
</div>
</li>
@endadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment