@extends('Front.PatientLayout.app') @section('title', 'Unblock Account') @section('content') @if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif @if (session('success'))
{{ session('success') }}
@endif

{{ __('setting.welcome_back_block') }}

{!! __('setting.unblock_desc') !!}
@endsection