@extends('apex-layouts.main') @section("title","{$member->name} {$mealplan->title}" ) @section('header-right') @endsection @section('content') Start On {{$model->startOn}} Expire On {{$model->expireOn}} @csrf Start On @if ($errors->has('startOn')) {{ $errors->first('startOn') }} @endif Expire On @if ($errors->has('expireOn')) {{ $errors->first('expireOn') }} @endif comments {{ (old('comments '))? old('comments '): $model->comments }} @if ($errors->has('comments')) {{ $errors->first('comments') }} @endif Save @endsection @section('scripts') @stop @section('styles') @stop
Start On {{$model->startOn}} Expire On {{$model->expireOn}}