@extends('layouts.app') @section('title', 'Add Lead') {{-- custom css --}} @push('css') @endpush @section('content')

Add Lead

{{-- {{ dd($leadSources); }} --}} {{-- --}}

Lead Notes

{{-- modal include for shwoing contact list in the modal --}} @include('layouts.includes.modals.lead.lead-modal')
@endsection {{-- custom js --}} @push('js') @endpush