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