@extends('blue.layouts.page') @section('page-content')
@if ($composer->thankYouViewPath()) @include($composer->thankYouViewPath()) @else

{{ t('Thank you') }}

{{ t('We have received your payment successfully.') }}

{{ t('Login') }} @endif
@endsection