@extends('admin.layouts.app') @section('content')
@if($buyer_deatils->profile_image) @else @endif

{{ $buyer_deatils->name }} @ {{ $buyer_deatils->email }}

ID: 0000{{ $buyer_deatils->id }}
@if($buyer_deatils->role == 2) Edit  @else @if($buyer_deatils->role == 3) Edit  @else Edit  @endif @endif
Registered: {{ $buyer_deatils->created_at }}
Latest activity: {{ $buyer_deatils->updated_at }}
Verified:   Yes
Role: @if($buyer_deatils->role == 2) Agency @else @if($buyer_deatils->role == 3) Admin Agent @else Buyer @endif @endif
Status: {{ ($buyer_deatils->status == 1)?'Active':'Inactive' }}

Username: {{ $buyer_deatils->name }}
First Name: {{ $buyer_deatils->fname }}
Last Name: {{ $buyer_deatils->lname }}
E-mail: {{ $buyer_deatils->email }}

Personal info

@if($buyer_deatils->role == 2 || $buyer_deatils->role == 3) @endif
Address: {{ $buyer_deatils->address }}
Zipcode: {{ $buyer_deatils->zipcode }}
Web Address: {{ $buyer_deatils->web_address }}
Agent ID: {{ $buyer_deatils->agent_id }}

Contacts

@if($buyer_deatils->role == 2 || $buyer_deatils->role == 3) @endif
Phone Number: {{ $buyer_deatils->phone_no }}
Mobile Number: {{ $buyer_deatils->mobile_no }}
Licence Number: {{ $buyer_deatils->licence_no }}
ABN Number: {{ $buyer_deatils->abn_no }}
@if($buyer_deatils->role == 2 || $buyer_deatils->role == 3)

Property Details

Number of House: {{ ($agent_detail)?$agent_detail->no_of_house:''}}
Property: {{ ($agent_detail)?$agent_detail->no_of_property:''}}
@endif
@endsection @section('scripts') @endsection