@extends('layouts.admin') @section('title', 'Edit Savings Record') @section('page-title', 'Edit Savings Record') @section('page-subtitle', $saving->reference) @section('content')
@csrf @method('PUT')

Member cannot be changed for existing records

Cancel
@endsection