@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content') {!! $smtpSetting->set_smtp_message !!}
@lang('modules.client.createTitle')
@csrf @if(isset($leadDetail->id)) @endif

@lang('modules.client.clientBasicDetails')


@lang('modules.client.emailNote')
@lang('modules.client.passwordNote')

@lang('modules.client.clientOtherDetails')


@if (isset($fields)) @foreach ($fields as $field)
@if ($field->type == 'text') @elseif($field->type == 'password') @elseif($field->type == 'number') @elseif($field->type == 'textarea') @elseif($field->type == 'radio')
@foreach ($field->values as $key => $value) @endforeach
@elseif($field->type == 'select') @elseif($field->type == 'checkbox')
@foreach ($field->values as $key => $value) @endforeach
@elseif($field->type == 'date') @endif
@endforeach @endif

@lang('modules.client.companyDetails')


{{-- Ajax Modal --}} {{-- Ajax Modal Ends --}} @endsection @push('footer-script') @endpush