@props(['type' => 'info'])
@php
$classType = [
'info' => 'border-blue-400 text-blue-400',
'success' => 'border-green-400 text-green-400',
'danger' => 'border-red-400 text-red-400',
];
@endphp
merge([
'class' => 'flex flex-col justify-center items-center text-center max-w-lg mx-auto',
]) !!}>
{{ $slot }}