@extends('layouts.app') @section('title', 'New Lead') @section('breadcrumb')Leads New Lead@endsection @section('content')
@csrf

Lead Information

Client Details

@error('first_name')

{{ $message }}

@enderror

Site Address

Project Overview

Cancel

Lead Summary

Fill in the form on the left to create a new lead. All required fields are marked with *.

Quick Tips

  • Always capture source for tracking
  • Set priority to ensure follow-up
  • Note preferred contact method
  • Record budget range upfront
@endsection