@extends('layouts.admin') @section('page-title') {{$lead->name}} @endsection @push('css-page') @endpush @push('script-page') @endpush @section('breadcrumb') @endsection @section('action-btn')
@can('convert lead to deal') @if(!empty($deal)) @else @endif @endcan
@endsection @section('content')
@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