@extends('layouts.app') @section('title', 'Somalia Data Protection Authority') @section('content')
Independent • Transparent • Trusted

Your Data, Your Rights, Our Responsibility

The Somalia Data Protection Authority ensures privacy, safeguards personal data and enables trust in Somalia's digital future.

About DPA

The Somalia Data Protection Authority (DPA) is the national independent authority mandated under Law No. 005 (2023).

Read More

Our Services

@foreach($services as $service)

{{ $service->title }}

{{ Str::limit($service->description,120) }}

@endforeach
@if($director)

Message from Director General

{!! $director->message !!}

{{ $director->name }}
{{ $director->designation }}
@endif

Latest News

@foreach($news as $item)
{{ $item->title }}

{{ Str::limit($item->summary,100) }}

Read More
@endforeach

Contact Us

Have a question or complaint? Send us a message.

@csrf
@endsection