@if(session('error'))
{{ session('error') }}
@endif
@if(isset($slug) && $slug == 'message')
Pay the 5€ annual fee
to access the distribution page and get more services for free
@elseif(session('success'))
{{ session('success') }}
@endif
Click to select the service
All Services
@foreach($services as $key => $service)
- {{ $key + 1 }}. {{ $service->name }} - €{{ $service->price }}
@endforeach