@extends('layouts.app') @section('title', 'Leads') @section('page-specific-style') {{-- --}} {{-- tags input --}} @endsection @section('content')

Leads

@include('modules.leads.includes.index_search')
S/N Vertical Name Phone Status Source Created on Last updated on
@include('modules.leads.includes.modal', [ 'notesTypes' => [], 'opportunities' => [] ]) @endsection @section('page-specific-script') {{-- --}} @endsection