@extends('crm.layouts.app') @section('content')

{{__('Web to Lead Form')}}

{{__('Add fields to the form')}}

{{__('You can change width and height!')}} {{__(' Note: Last name is compulsory to reflect the data from the Web From into the Leads.')}}

@php $url = url('form/'.$token); @endphp {{ '' }}

@csrf
{{-- @php echo ""; echo ""; echo ""; @endphp --}}

@endsection @section('scripts') @include('crm.office.web_form.create_js') @endsection