@extends('layout') @section('page-title', 'Add Ingredient Card') @section('dashboard-content')
Add Ingredient Card ← Back
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection