@extends('admin.layouts.app') @section('title', 'Add Lead') @section('content')
{{ $lead ? 'Edit Lead' : 'Add Lead' }}
@csrf @if ($lead) @method('PUT') @endif

@endsection