@extends('layout.master') @section('content')

Create Lead

Create Lead
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{-- Add Lead modal --}}
@endsection