D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
resources
/
views
/
manager
/
includes
/
Filename :
links.blade.php
back
Copy
<ul class="nav navbar-right"> <li><a href="{{asset('/logout')}}"><span class="glyphicon glyphicon-user"></span> logout</a></li> </ul> <ul role="tablist" class="nav nav-tabs right nav-manager"> <li role="presentation" class="{{($end == 'manager')?'active':'no'}}"> <a href="{{asset('manager')}}">Orders</a> </li> @if(auth()->user()->role_id == 1) <li role="presentation" class="{{($end == 'promotions')?'active':'no'}}"> <a href="{{asset('manager/promotions')}}">Promotions</a> </li> @endif <li role="presentation" class="{{($end == 'artists')?'active':'no'}}"> <a href="{{asset('manager/artists')}}">Artists</a> </li> @if(auth()->user()->role_id == 1) <li role="presentation" class="{{($end == 'clients')?'active':'no'}}"> <a href="{{asset('manager/clients')}}">Clients</a> </li> @endif <li role="presentation" class="{{($end == 'contracts')?'active':'no'}}"> <a href="{{asset('manager/contracts')}}">Сontracts</a> </li> <li role="presentation" class="{{($end == 'archive')?'active':'no'}}"> <a href="{{asset('manager/archive')}}">Archive</a> </li> <li role="presentation" class="{{($end == 'neworders')?'active':'no'}}"> <a href="{{asset('manager/neworders')}}">New <span id="new_orders">0</span></a> </li> <li role="presentation" class="{{($end == 'saloon')?'active':'no'}} my_right"> <a href="{{asset('manager/saloon')}}"> @if(auth()->user()->role_id == 1) American Body Art @else {{(isset($saloon->name))?$saloon->name:''}} @endif </a> </li> </ul>