@extends('layouts.staff-new') @section('content')

Add new Repayment for {{$borrower->name}}

@include('layouts.shared.error-display')
{{csrf_field()}}

@endsection @section('page-js') @endsection