@extends('layouts.landing-page') @section('content') @php $company_description = app(\App\Services\ConfigServices::class)::getValueByKey('company_description'); $company_about = app(\App\Services\ConfigServices::class)::getValueByKey('company_about'); @endphp

Tentang Kami

{{$company_description}}

{!! $company_about !!}
@endsection @section('scripts') @endsection