@extends("layouts.app") @section("page-title") {{__("Sahla-website - Index")}} @endSection @section("content")
@foreach($descriptions as $description)

{{$description->getDescriptionAttribute()}}

@endforeach

{{__('How do you request a professional maintenance technician?')}}

@foreach($HowToOrders as $HowToOrder)

{{$HowToOrder->getTitleAttribute()}}

{{$HowToOrder->getDescriptionAttribute()}}

@endforeach

{{__("Why Sahla?")}}

@foreach($WhySahla as $sahla)

{{$sahla->getTitleAttribute()}}

{{$sahla->getDescriptionAttribute()}}

@endforeach

{{__("What did they say about us?")}}

{{__("business partners")}}

@endsection @section("scripts") @endsection