@extends('layouts.bootstrap') @section('title', 'Edit Investment') @section('content')
${{ number_format($investment->total_paid, 2) }}
{{ $investment->created_at->format('M d, Y g:i A') }}
by {{ $investment->creator->name }}
{{ $investment->updated_at->format('M d, Y g:i A') }}
by {{ $investment->updater->name }}
Current loan details: