@extends('layouts.app') @section('title', 'New Recipe') @section('content')

New Recipe

@if($errors->any())
@endif
@csrf
Ingredients & Sub-Products
{{-- Initial Row --}}
{{-- Ingredient Select --}} {{-- Sub-Product Select (Hidden by Default) --}} {{-- Recipe Preview --}}
@endsection