@extends('layouts.default') @section('title', 'Savings List') @section('content')
@if ($errors->any()) @endif @if (session()->has('message')) @endif

Savings Details

@csrf
Note User Name Goal Name Amount Type Actions
@endsection @section('pagespecificscripts') @endsection