@extends('layouts.client') @section('title',"About us") @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

About Us

About us

@php $aboutUs = \App\Models\AboutUs::first() @endphp

{!! $aboutUs ? $aboutUs->description : '' !!}

img not show
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush