@extends('layouts.app') @section('title', 'Create New Lead') @section('page-specific-style') @endsection @section('content')
New Lead
@csrf
@endsection @section('page-specific-script') @endsection