@extends("layouts.app") @section("page-title") {{__("Services -Sahla-website")}} @endSection @section("page-nav-title") @endsection @section("content") {{__("Our Services")}} {{__('Home')}} {{__("Our Services")}} @foreach($services as $service) {{$service->name}} @endforeach @endsection @section("scripts") @endsection