@extends('marsland::layouts.master') @section('title', _trans('About Us')) @section('marsland-content')
@forelse($properties ??[] as $property)
img
{{ @$property->category->name }}

{{ $property->name }}

@foreach($tenants ?? [] as $tenant) @if(!empty($tenant)) @endif @endforeach
@empty
{{ _trans('common.No data found') }}
{{ _trans('Back to home') }}
@endforelse
@endsection