@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
@if ($errors->has('startOn')) {{ $errors->first('startOn') }} @endif
@if ($errors->has('expireOn')) {{ $errors->first('expireOn') }} @endif
@if ($errors->has('comments')) {{ $errors->first('comments') }} @endif
@endsection @section('scripts') @stop @section('styles') @stop