@extends('layouts.app') @section('content')
Dashboard
@if (session('status')) @endif @if(auth()->user()->admin_confirmed) @if ( canTask('can_sales') ) Accounts
Contacts
Opportunities
Leads
Tasks
Reports
Onboarding Reports
@endif @if ( canTask('can_maropost') ) Marapost Reports
@endif @if ( canTask('can_onboarding') ) @if ( canTask('can_web') ) Go to Web table
@endif @if ( canTask('can_prog') ) Go to Projects table
@endif @endif @else You will be able to use the app after the admin confirm your account. @endif
@endsection