@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
{{$company_description}}