@section('title') Lead Request @endsection @section('breadcrumbs') {{ Breadcrumbs::render('lead-request.create') }} @endsection @push('styles') @endpush

Add Lead Request

@csrf
{!! $errors->has('leadAction') ? '' : ''!!}
{!! $errors->has('tagOrpipeline') ? '' : ''!!}
{!! $errors->has('tagOption') ? '' : ''!!}
{!! $errors->has('tags') ? '' : ''!!}
{!! $errors->has('pipelineOption') ? '' : ''!!}
{!! $errors->has('pipelines') ? '' : ''!!}
{!! $errors->has('from_date') ? '' : ''!!}
{!! $errors->has('to_date') ? '' : ''!!}
{!! $errors->has('select') ? '' : ''!!}
{!! $errors->has('date') ? '' : ''!!}
Cancel
@push('scripts') @endpush