@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Wallet') @section('left_sidebar') @include('front_end.pages.events.events_left_sidebar') @endsection @section('content')
| Date | Description | Amount |
|---|---|---|
| {{ $transaction->created_at->format('M d, Y') }} | {{ $transaction->description }} | @if($transaction->type == 'credit' || $transaction->flag == 'C') +${{ number_format($transaction->amount, 2) }} @else -${{ number_format($transaction->amount, 2) }} @endif |
| No transactions found. | ||
Start earning by completing actions!