@extends('layouts.app') @section('content')
{{ Str::limit(app()->getLocale() == 'en' ? $property->description_en : $property->description_jp, 150) }}
@lang('strings.location') : {{ app()->getLocale() == 'en' ? $property->location->name_en : $property->location->name_jp }}
@lang('strings.more')