Recipes/resources/views/home.blade.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