@extends('layout.app') @section('title', 'Edit Target Savings') @section('pagetitle', 'Edit Target Savings') @section('content')
@include('includes.errors') @include('includes.success')
@csrf
Enter exactly 10 digits.
@php $custName = trim(($customer->first_name ?? '') . ' ' . ($customer->last_name ?? '')); @endphp
@error('savings_plan_name') {{ $message }} @enderror
@error('target_amount') {{ $message }} @enderror

Payments:

auto_save) ? 'checked' : '' }}>
@error('auto_save') {{ $message }} @enderror

@endsection