e78c2a04fe
Plugged in the new layout to the admin pages
12 lines
189 B
PHP
12 lines
189 B
PHP
@extends('frame')
|
|
|
|
@section('title', 'Den|Start')
|
|
|
|
@section('main-content')
|
|
|
|
<section>
|
|
<article>
|
|
<h2>Hey {{$handle}} </h2>
|
|
</article>
|
|
</section>
|
|
@endsection |