@extends('admin.layout.admin') @section('content')

Seller Data

avatar

Full Name

{{$userData->name ?? 'Null'}}


Email

{{$userData->email ?? 'Null'}}


Mobile

{{$userData->phone ?? 'Null'}}


Gender

{{$userData->gender ?? 'Null'}}


Address

{{$userData->address ?? 'Null'}}

Property Data

avatar

Property Name

{{$propertyData->name ?? 'Null'}}


Description

{{$propertyData->description ?? 'Null'}}


Price

${{$propertyData->price ?? 'Null'}}

@endsection