@extends('layouts.website') @section('title', 'About Us') @section('content') @component('website.breadcumb')
  • About Us
  • @endcomponent

    {{$about->title}}

    {{$about->subtitle}}!

    {{$about->btn_text}}
    {!! $about->description !!}
    @endsection