@extends('layouts.frontend') @section('content') @include('home._header') {{ $aboutInfo->title }} {!! $aboutInfo->meta->content !!} @include('home._footer') @endsection