@extends('layouts.app') @section('title','Edit Lead — ' . $lead->name) @section('header','Edit Lead') @section('content')
← Back to Lead Details

Update Lead: {{ $lead->name }}

@csrf @method('PUT')
Cancel
@endsection