@extends('layouts.app') @section('content')
{{ $data['meme']->address }}
| Amount | Date Recieved | Transaction ID |
|---|---|---|
| {{ $tip->amount_formatted }} | {{ $tip->created_at->diffForHumans() }} | {{ $tip->txid }} |
| Amount | Date Sent | Transaction ID |
|---|---|---|
| {{ $tip->amount_formatted }} | {{ $tip->created_at->diffForHumans() }} | {{ $tip->txid }} |