@extends('frontend.frontend-page-master') @section('page-title') {{__('Payment Success For:'.' '.$donation_logs->donation->title)}} @endsection @section('content')

{{get_static_option('donation_success_page_' . $user_select_lang_slug . '_title')}}

{{get_static_option('donation_success_page_' . $user_select_lang_slug . '_description')}}

{{__('Donor Details')}}

  • {{__('Donation Log ID')}}: #{{$donation_logs->id}}
  • {{__('Name')}}: {{$donation_logs->name}}
  • {{__('Email')}}: {{$donation_logs->email}}
  • {{__('Payment Method')}}: {{str_replace('_',' ',$donation_logs->payment_gateway)}}
  • {{__('Payment Status')}}: {{$donation_logs->status}}
  • {{__('Transaction id')}}: {{$donation_logs->transaction_id}}
@if(auth()->guard('web')->check()) {{__('Go To Dashboard')}} @else {{__('Back To Home')}} @endif
{!! render_image_markup_by_attachment_id($donation->image,'','grid') !!}

{{get_static_option('donation_raised_'.$user_select_lang_slug.'_text')}} @if(!empty($donation->raised)){{amount_with_currency_symbol($donation->raised)}}@else {{amount_with_currency_symbol(0)}} @endif

{{get_static_option('donation_goal_'.$user_select_lang_slug.'_text')}} {{amount_with_currency_symbol($donation->amount)}}

{{$donation->title}}

{{strip_tags(Str::words(strip_tags($donation->donation_content),20))}}

@endsection @section('scripts') @endsection