@extends('layouts.default')
@extends('content_wrappers.md-12')

@section('heading', 'Welcome')

@section('content')
    <p>Recipe management for Cook/Passmore family</p>
@endsection