@extends('layouts.app') @section('htmlheader_title') Create Lead @endsection @section('contentheader_title') Create A Lead @endsection @section('main-content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection