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

Leads

@can('Create lead') @endcan
@include('modules.leads.includes.index_search')
ID Name Phone Status Created on Last updated on Activities Assigned to Opportunity Action
@include('modules.leads.includes.modal', [ 'notesTypes' => [], 'opportunities' => [] ]) @endsection @section('page-specific-script') {{-- --}} @endsection