@extends('layouts.default') @section('content')

Show Page

@include('layouts.flash')
@if(!empty($target->name)) {!! $target->page !!} @endif
@stop