@push('style')
@endpush
@include('dashboard.leads.modals.copylink-modal')
@include('dashboard.leads.utils.lead-page-wrapper')
@include('dashboard.leads.utils.lead-update-logs')
@include('dashboard.leads.modals.schedule-call-modal')
@include('dashboard.leads.modals.status-reason-modal')
@include('dashboard.leads.modals.select-reason-modal')
@include('dashboard.leads.modals.add-call-modal')
{{-- @can('crm_lead_calls-view') --}}
{{-- @if (!is_null($lead->student_id)) --}}
{{-- @endif --}}
{{-- @endcan --}}
@include('dashboard.leads.modals.demo-modal')
@include('dashboard.leads.modals.test-modal')
@include('dashboard.leads.modals.student-modal')
@if ($lead->assigned_to)
@include('dashboard.leads.modals.task-modal')
@endif
@include('dashboard.leads.modals.invoice-modal')
@include('dashboard.leads.modals.invoice-complete-modal')
@include('dashboard.leads.modals.select-invoice-modal')
@include('dashboard.leads.modals.product-modal')