@extends('layouts.admin') @section('title', 'Edit Deposit - Finance') @section('content')
Update deposit information
{{ $message }}
Created:
{{ $deposit->created_at->format('M d, Y h:i A') }}
Last Updated:
{{ $deposit->updated_at->format('M d, Y h:i A') }}
Current Status:
Merchant:
{{ $deposit->merchant->name }}