@extends("layouts.app") @section("page-title") {{__("About - Sahla-website")}} @endSection @section("page-nav-title") @endsection @section('content')
@foreach($aboutUs as $about)
A generic square placeholder image with rounded corners in a figure.

{{$about->getTitleAttribute()}}

@endforeach
@foreach($OurVisions as $OurVision)
...
{{$OurVision->getTitleAttribute()}}

{{$OurVision->getDescriptionAttribute()}}

@endforeach
@endsection @section("scripts") @endsection