@section('page_content')
@csrf
Fill in the details.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Lead Columns
@include('tenant.leads.collection.inc._addedit_column')
  Field Name Show Action
General Details
Back
@stop