@extends('frontend.layouts.app') @section('title', 'Digital Blood Hub - ' . $page->title) @section('content')

{{ $page->title }}


{!! $page->content !!}
@if($page->slug === 'about-us' || $page->slug === 'how-it-works') @endif
@endsection