@extends('frontend.layouts.master') @section('content') @include('frontend.layouts.navbar')

@if(config('app.locale') == 'en'){{$about_us->title_en}}@elseif(config('app.locale') == 'bn'){{$about_us->title_bn}}@endif

{!! $about_us->description !!}

@endsection