style: fix html alignment, etc.
This commit is contained in:
parent
1c34087354
commit
b5293a41a3
7 changed files with 329 additions and 324 deletions
|
@ -318,6 +318,5 @@
|
|||
<p>TBD</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</table>
|
||||
@stop
|
||||
|
|
6
resources/views/pages/template.blade.php
Normal file
6
resources/views/pages/template.blade.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
@extends('layouts.default')
|
||||
@section('title', 'Page Title')
|
||||
@section('description', 'Page description goes here')
|
||||
@section('content')
|
||||
<p>page content</p>
|
||||
@stop
|
Loading…
Reference in a new issue