Woops #2

Closed
RoscoeDaWah wants to merge 250 commits from redesign into master
7 changed files with 329 additions and 324 deletions
Showing only changes of commit b5293a41a3 - Show all commits

View file

@ -318,6 +318,5 @@
<p>TBD</p> <p>TBD</p>
</td> </td>
</tr> </tr>
</tr>
</table> </table>
@stop @stop

View 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