@extends('layouts.main') @section('title', $title) @section('meta') @foreach($meta as $tag) @endforeach @stop @section('content')

{{explode(" ", $service->name)[0]}} @if(count(explode(" ", $service->name)) > 1) {{explode(" ", $service->name)[1]}} @endif

{{$service->alt}}
{!! $service->text !!}
@stop