Changed to using new Address Model, Implemented Setup, Some minor CSS changes
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<h1>{{ $o->name }} <small class="push-right">Last Update: {{ $o->updated_at }}</small></h1>
|
||||
<h1>{{ $o->name }} <small class="float-end pt-4">Last Update: {{ $o->updated_at->format('Y-m-d H:i') }}</small></h1>
|
||||
|
||||
<p class="float-end"><small>Expand each heading for information about this FTN network</small></p>
|
||||
|
||||
<div class="accordion" id="accordion_homepage">
|
||||
<!-- About -->
|
||||
|
Reference in New Issue
Block a user