Nieuws layout

This commit is contained in:
2020-01-17 01:55:00 +01:00
parent 1294824faa
commit d3ffa07d2f
31 changed files with 1154 additions and 372 deletions

View File

@@ -0,0 +1,8 @@
@extends('layouts/master')
@section('content')
<div class="clearfix" style="height: 15px;"></div>
<div class="page_header clearfix page_margin_top">
<h1 class="page_title">@yield('title')</h1>
</div>
@endsection