@extends('front.layout.default_layout') @section('content') Basic Details Profile Setting @csrf @if(!empty($user_id))@endif Name DetailsAdd Another Name First Name Last Name Profession Another Name DetailsRemove Another Name Company * Business Email * Website Url (use: https:// e.g. http://www.abc.com) Address * {{isset($user_data['address'])?$user_data['address']:''}} Map Location Link Company Logo Other Details Contact Number Alternate Contact Number Whatapp Contact @if(isset($user_id)) Back Save & Next @else Save @endif @if(isset($user_id)) PREVIEW CARD @else PREVIEW CARD @endif @stop