forked from acearo/base-laravel
8 lines
182 B
PHP
8 lines
182 B
PHP
@extends('layouts.default')
|
|
@extends('content_wrappers.md-12')
|
|
|
|
@section('heading', 'Welcome')
|
|
|
|
@section('content')
|
|
<p>Recipe management for Cook/Passmore family</p>
|
|
@endsection
|