@extends('layouts.admin') @section('page-title') @if (\Auth::user()->type == 'admin') {{ __('Manage Companies') }} @else {{ __('Manage Users') }} @endif @endsection @section('links') @if (\Auth::guard('client')->check())
{{ __('Workspaces') }}
{{ __('Users') }}
{{ __('Clients') }}
{{ __('Projects') }}
{{ __('Tasks') }}
@if (Auth::user()->type == 'admin' && isset($user->getPlan)) @endif
Click here to add New Company
@elseif(isset($currentWorkspace) && $currentWorkspace->creater->id == Auth::id())Click here to Invite New User
@endif @endauth{{ __("It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. Here's a little tip that might help you get back on track.") }}