{{-- resources/views/crm/lead/index.blade.php --}} @extends('layouts.app') @section('title', 'Lead Management') @push('styles') @endpush @section('content')
# Lead ID Name Email Phone Designation Organization Actions
{{-- Add Lead Modal --}} @push('modals') {{-- Edit Lead Modal --}} {{-- View Lead Details Modal --}} @endpush @endsection @push('scripts') @endpush