@extends('master') @section('css') @endsection @section('content')

{{ $page->title }}

{!! $page->content !!}

@section('below_content') @if ($extras)
@foreach ($extras as $extra) {{-- $extra here is an FAQ object --}}
{!! $extra->answer !!}
@endforeach
@endif @endsection

Order a catalogue Become a stockist
@endsection