@if (session()->get('notify.model') === 'toast')
config('notify.theme') === 'light', 'bg-slate-800' => config('notify.theme') !== 'light', 'border-green-500' => session()->get('notify.type') === 'success', 'border-yellow-500' => session()->get('notify.type') === 'warning', 'border-blue-500' => session()->get('notify.type') === 'info', 'border-red-500' => session()->get('notify.type') === 'error', ]) >
@if(session()->get('notify.type') === 'success') @endif @if(session()->get('notify.type') === 'warning') @endif @if(session()->get('notify.type') === 'info') @endif @if(session()->get('notify.type') === 'error') @endif
@endif