@extends('layouts.dashboard') @section('header')

{{ __('Edit Lead: ') . $lead->name }}

@endsection @section('content')

Edit Lead Information

Update the lead details below.

@csrf @method('PUT')
@endsection