@extends($activeTemplate . 'layouts.master') @section('content')
@forelse($donations as $donation) @empty @include('Template::partials.empty_message') @endforelse
@lang('Organization') @lang('Transaction ID') @lang('Date') @lang('Amount') @lang('Action')
{{ __(@$donation->donationFor->name) }}
{{ __($donation->trx) }}
{{ showDateTime($donation->created_at) }}
{{ diffForHumans($donation->created_at) }}
{{ showAmount($donation->amount) }} @lang('Details')
@if ($donations->hasPages()) {{ paginateLinks($donations) }} @endif
@endsection @push('breadcrumb-plugins') @lang('New Donate') @endpush