@extends('layouts.admin') @section('page-title') @if (\Auth::user()->type == 'admin') {{ __('Manage Companies') }} @else {{ __('Users') }} @endif @endsection @php $logo = \App\Models\Utility::get_file('avatars/'); @endphp @section('links') @if (\Auth::guard('client')->check())
{{ __('Workspaces') }}
{{ __('Users') }}
{{ __('Clients') }}
{{ __('Projects') }}
{{ __('Projects') }}
{{ __('Tasks') }}
{{ __('Click here to add New Company') }}
@elseif(isset($currentWorkspace) && $currentWorkspace->creater->id == Auth::id()){{ __('Click here to Invite User') }}
@endif{{ __("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.") }}