@extends('frontend.layouts.app') @section('styles') @endsection @section('content')
{{ $agent->username }}
{{ $agent->name }}
{{ $agent->email }}

{{ $agent->about }}

Property List of {{ $agent->name }}
{{-- AGENT PROPERTIES --}} @foreach($properties as $property)
{{ str_limit($property->title,25) }}
${{ $property->price }}@if($property->type === 'apartment' && $property->purpose === 'rent')/mo @endif {{ $property->type }} for {{ $property->purpose }}
check_box Beds: {{ $property->bedroom}} check_box Baths: {{ $property->bathroom}} check_box Area: {{ $property->area}} Sq Ft @if($property->featured == 1) stars @endif
@endforeach
{{ $properties->links() }}
  • Contact with Agent
  • @csrf
@endsection @section('scripts') @endsection