@section('title', 'Emails') @push('styles') @endpush @push('scripts') {{-- page scripts --}} @include('admin.pages.emails.partials.scripts') @endpush @if($accounts->filter(function ($account) { return auth()->user()->hasPermission(['Owner', 'Reviewer', 'Editor', 'Contributor'], $account); })->count()>0)
@if(auth()->user()->hasPermission(['Owner','Editor','Contributor'],$account)) @endif
@else @if(auth()->user()->can('Personal Mailbox') || auth()->user()->can('access shared inbox'))

No email accounts configured

Connect an account to start sending and organize emails in order close deals faster

  • 2-way email sync with your email provider.

  • 2-way email sync with your email provider.

  • Associate emails to many Contacts, Companies and Deals.

  • Save time by making use of predefined templates.

  • Add customized signature for a more professional look.

  • Connect via IMAP, your Gmail or Outlook account.

@can('access shared inbox') @endcan @can('Personal Mailbox') @endcan
@else

You dont have sufficient permissions.

You dont have sufficient to add accounts.

@endif @endif @include('admin.pages.emails.partials.connect-account')
{{-- Move messages to other folder Model --}}