@extends('apex-layouts.main') @section("title",($member->exists())?"{$member->name} One Day Meal":"Add One Day Meal") @section('header-right') {{-- Go Back--}} @endsection @section('content')
@csrf
@if ($errors->has('source')) {{ $errors->first('source') }} @endif
@if ($errors->has('meal_plan_id')) {{ $errors->first('meal_plan_id') }} @endif
@if ($errors->has('onDate')) {{ $errors->first('onDate') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif

{{ 'Lead info' }}

@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif