@extends('frontend.layouts.app', ['title' => 'About Us']) @section('content')

{{ $about_us[0]->title }}

{!! $about_us[0]->description !!}
@endsection