1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 20:02:30 +01:00
freescout/resources/views/customers/profile_menu.blade.php
2018-07-23 03:12:15 -07:00

4 lines
427 B
PHP

<ul class="nav nav-tabs nav-tabs-main margin-top">
<li @if (Route::currentRouteName() == 'customers.conversations')class="active"@endif><a href="{{ route('customers.conversations', ['id'=>$customer->id]) }}">{{ __('History') }}</a></li>
<li @if (Route::currentRouteName() == 'customers.update')class="active"@endif><a href="{{ route('customers.update', ['id'=>$customer->id]) }}">{{ __('Edit Profile') }}</a></li>
</ul>