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

Edit Lead Information

@csrf @method('PUT') {{-- --}}
{{-- {{ dd($lead);}} --}} {{-- {{ dd($lead['organizations'])}} --}}

Lead Notes

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