@extends('layouts.app') @section('title', 'Tambah Financial Goal - GrowCash') @section('content')

Tambah Financial Goal

@csrf
@error('nama_goals')

{{ $message }}

@enderror
@error('tujuan_goals')

{{ $message }}

@enderror
@error('target')

{{ $message }}

@enderror
Batal
@endsection