@extends('blue.layouts.page') @section('page-content')
@if ($result === 'success')

{{ t('Thank you') }}

{{ t('Plan changed successfully ... redirecting you to your account in a few seconds ...') }}

@else

{{ t('Change Plan Failed!') }}

{{ t('You have not been charged.') }}

@endif
@endsection