@extends('layouts.app') @section('title', 'Edit Lead') {{-- custom css --}} @push('css') @endpush {{-- page content --}} @section('content') Edit Lead Information Create from Contacts @csrf @method('PUT') {{-- --}} {{-- {{ dd($lead);}} --}} {{-- {{ dd($lead['organizations'])}} --}} Lead Notes {{ $lead['lead_notes'] ?? '' }} Save and Exit Save Exit {{-- modal include for shwoing contact list in the modal --}} @include('layouts.includes.modals.lead.lead-modal') @endsection {{-- custom js --}} @push('js') @endpush