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