@extends('layouts.client') @section('title',"About us") @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
About Us
About us
About us
@php $aboutUs = \App\Models\AboutUs::first() @endphp
{!! $aboutUs ? $aboutUs->description : '' !!}
Learn more
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush