@extends('layouts.app') @section('title', $page->title . ' — HAndipartner') @section('description', $page->excerpt ?: \Illuminate\Support\Str::limit(strip_tags($page->content), 160)) @section('content')

{{ $page->title }}

@if($page->excerpt)

{{ strip_tags($page->excerpt) }}

@endif
{!! $page->content !!}
@endsection