@extends('layouts.main') @section('container')
@foreach ($profils->take(1) as $profil)

Layanan {{ $profil->name }}

@endforeach
@foreach ($services->take(1) as $service) {!! $service->content !!} @endforeach
@endsection