@extends('layouts.wrap') @section('title', $page->title) @section('_content')
@foreach(json_decode(Reference::first()->reference) as $ref)
{{$ref}}
@endforeach
@stop