@extends('layouts.app') @section('content')

@lang('strings.details')

{{ app()->getLocale() == 'en' ? $property->title_en : $property->title_jp }}

{{ app()->getLocale() == 'en' ? $property->description_en : $property->description_jp }}

@lang('strings.location') : {{ app()->getLocale() == 'en' ? $property->location->name_en : $property->location->name_jp }}

@lang('strings.interested')
@endsection @section('scripts') @endsection