@extends('frontend.layouts.app') @section('title') | Administration @endsection @section('content') {{--
--}} @if (\App::getLocale() == 'my') @else @endif
@if (\App::getLocale() == 'my')
{!! Str::of($housing->translate(app()->getLocale())->body) !!}
@else
{!! Str::of($housing->translate(app()->getLocale())->body) !!}
@endif
@endsection