@if ($plan_details['hide_branding'] == 1)
{{ __('Copyright') }} © {{ $card_details->title }} {{ __('. All Rights Reserved.') }}
@else
{{ __('Made with') }} {{ config('app.name') }} {{ __('. All Rights Reserved.') }}
@endif