Missing domain.view

This commit is contained in:
Deon George 2021-06-16 09:21:16 +10:00
parent 22657fee91
commit 62195fb2d2
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
@extends('layouts.app')
@section('htmlheader_title')
{{ $o->name }}
@endsection
@section('content')
<h1>{{ $o->name }} <small class="push-right">Last Update: {{ $o->updated_at }}</small></h1>
<p>{!! \Illuminate\Mail\Markdown::parse($o->homepage) !!}</p>
@endsection