@extends('layouts.dashboard') @section('title', $property->title) @section('header', $property->title) @section('sidebar') @include('super-admin.partials.sidebar') @endsection @section('content')
{{ $property->address }}, {{ $property->city }}
{{ ucfirst($property->type) }}
{{ $property->bedrooms }}
{{ $property->bathrooms }}
{{ $property->description }}