@extends('layout.app') @section('content')

{{ $service['title'] }}

{{ $service['short'] }}

@foreach($service['content'] as $text)

{{ $text }}

@endforeach

How can we help?

@foreach($service['help'] as $text)

{{ $text }}

@endforeach
@endsection