@extends('theme.spade.layouts.main') @section('title') About Us @endsection @section('meta') @endsection @section('canonical') @endsection @section('content') @php $breadcrumbData = [ [ 'title' => 'About Us', 'link' => route('about_us') ], ]; @endphp @include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData) {{ $aboutPage->title }} {!! $aboutPage->description !!} {{ $aboutPage->title }} {!! $aboutPage->summary !!} Our Services @if(count($services) > 0) @foreach ($services as $service) {{ $service->title }} @endforeach @endif @endsection
{!! $aboutPage->summary !!}