@extends('layouts.frontend.master') @section('title') {{ !empty($menu['menu']) ? $menu['transtitle'] : '' }} @endsection @section('keyword') {{ !empty($menu['keyword']) ? $menu['transkeyword'] : '' }} @endsection @section('description') {{ !empty($menu['description']) ? $menu['transdescription'] : '' }} @endsection @section('head') @endsection @section('content') About Us Home About Us @if (count($about_us) > 0) @foreach ($about_us as $about) {{ $about->transtitle }} @endforeach @foreach ($about_us as $about) {!! $about->transcontent !!} @endforeach @lang('frontend.labels.more_info') @endif @endsection @section('scripts') @endsection
{!! $about->transcontent !!}