@include('new_layouts.header') @php $profile=\App\Models\Utility::get_file('uploads/avatar/'); @endphp
@include('crm.side-menu', ['hrm_header' => 'Manage Form Builder'])
@can('convert lead to deal') @if(!empty($deal)) @else @endif @endcan



@if(Auth::user()->type != 'client') {{__('General')}}
@endif @if(Auth::user()->type != 'client') {{__('Users').' | '.__('Products')}}
@endif @if(Auth::user()->type != 'client') {{__('Sources').' | '.__('Emails')}}
@endif @if(Auth::user()->type != 'client') {{__('Discussion').' | '.__('Notes')}}
@endif @if(Auth::user()->type != 'client') {{__('Files')}}
@endif @if(Auth::user()->type != 'client') {{__('Calls')}}
@endif @if(Auth::user()->type != 'client') {{__('Activity')}}
@endif