@extends("layouts.app") @section("page-title") {{__("About - Sahla-website")}} @endSection @section("page-nav-title") @endsection @section('content') {{__("About Us")}} {{__("Home")}} {{__("About Us")}} @foreach($aboutUs as $about) {{$about->getTitleAttribute()}} @endforeach @foreach($OurVisions as $OurVision) {{$OurVision->getTitleAttribute()}} {{$OurVision->getDescriptionAttribute()}} Read More @endforeach @endsection @section("scripts") @endsection
{{$OurVision->getDescriptionAttribute()}}