@extends('apex-layouts.main') @section('title',($model->exists)?$model->title:"Add new Meal plan") @section('header-right')
@endsection @section('content')
@if ($model->exists) @method('PUT') @endif @csrf
{{ ($model->exists)?'Edit Meal Plan':'New Meal Plan' }}
Meal Plan Title
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
Amount
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
Avail Days
@if ($errors->has('availDays'))
{{ $errors->first('availDays') }}
@endif
Per Day kcal
@if ($errors->has('availCalories'))
{{ $errors->first('availCalories') }}
@endif
Meal plan Category