@extends('layouts.app') @section('content')
{{ $saving->first_name . ' ' . $saving->last_name }}
{{ number_format($saving->total_bond, 2) }}
{{ number_format($saving->loan_balance, 2) }}
@if($saving->is_active) ACTIVE @else INACTIVE @endif
Showing {{ count($loans) }} of {{ $loans->appends(request()->input())->total() }} entries
{{ $loans->appends(request()->input())->links() }}Are you sure you want to change this loan status?