Create CI testing

This commit is contained in:
Deon George
2021-06-15 22:19:14 +10:00
parent 4011b2a82d
commit 292040cef7
14 changed files with 356 additions and 44 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