@extends('layouts.user') @push('css') @endpush @section('contents')
{{ __('Date') }} | {{ __('Type') }} | {{ __('From') }} | {{ __('Amount') }} |
---|---|---|---|
{{ $data->created_at->toDateString() }}
|
{{ ucfirst($data->type) }}
|
{{ $receiver != NULL ? $receiver->name : '' }}
|
{{ showNameAmount($data->amount) }}
|