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

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

@php $subtitle = get_static_option('event_success_page_' . $user_select_lang_slug . '_subtitle'); $subtitle = str_replace('{evname}',$attendance_details->event_name,$subtitle); @endphp {{$subtitle}}

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

@endsection