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

{{ $page->title }}

{!! $page->content !!}
@foreach ($extras as $extra) {{-- $extra here is an FAQ object --}}
{!! $extra->answer !!}
@endforeach

Order a catalogue Become a stockist
@endsection