@if (Session::has('failed'))

{{ __('Customer Registration Closed') }}

{{ Session::get('failed') }}

@endif