@foreach ($pages as $page) @if ($page->slug == 'privacy')
{!! $page->title !!}
{!! $page->description !!}
@endif @endforeach