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