@extends('layouts.app') @push('styles') @endpush @section('content')
#
@lang('app.fields')
@lang('app.status')
@foreach ($leadFormFields as $item)
{{ mb_ucwords($item->field_display_name)}}
@if ($item->field_name != 'name')
status == 'active') checked @endif id="{{ $item->id }}">
@else -- @endif
@endforeach

@lang('modules.lead.iframeSnippet')

<iframe src="{{ route('front.lead_form',[company()->hash]) }}" frameborder="0" scrolling="yes" style="display:block; width:100%; height:60vh;"></iframe>

Share Direct link

{{ route('front.lead_form', [company()->hash]).'?styled=1' }}

{{ route('front.lead_form', [company()->hash]).'?styled=1&with_logo=1' }}

@lang('app.preview')


@endsection @push('scripts') @endpush