Pressroom template verwijderd, website naar root van repo
This commit is contained in:
16
resources/views/layouts/full.blade.php
Normal file
16
resources/views/layouts/full.blade.php
Normal file
@@ -0,0 +1,16 @@
|
||||
@extends('layouts/master')
|
||||
|
||||
@section('page')
|
||||
<div class="clearfix" style="height: 15px;"></div>
|
||||
<div class="page_header clearfix page_margin_top">
|
||||
<div class="page_header_left clearfix page_margin_top">
|
||||
<h1 class="page_title">@yield('title')</h1>
|
||||
</div>
|
||||
<div class="page_header_right">
|
||||
@yield('breadcrumb')
|
||||
</div>
|
||||
</div>
|
||||
<div class="page_layout clearfix">
|
||||
@yield('content')
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user