@extends('layout.wrapper') @section('content')
@include('misc.heading-crumbs') @include('pages.leads.components.misc.list-page-actions')
@include('pages.leads.components.misc.list-pages-stats')
@if(auth()->user()->pref_view_leads_layout == 'kanban') @include('pages.leads.components.kanban.wrapper') @else @include('pages.leads.components.table.wrapper') @endif @include('pages.leads.components.misc.filter-leads') @include('pages.leads.components.misc.table-config')
@include('pages.lead.modal') @if(config('visibility.dynamic_load_modal')) @endif @endsection