@extends('layouts.bootstrap') @section('title', 'Edit Income') @section('content')
{{ $income->created_at->format('M d, Y g:i A') }}
by {{ $income->creator->name }}
{{ $income->updated_at->format('M d, Y g:i A') }}
by {{ $income->updater->name }}