@extends('admin.layouts.app') @section('title', 'Edit Lead: ' . $lead->name) @section('content')
Update lead information for {{ $lead->name }}
{{ $message }}