@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif
Settings
@csrf
API Key
@csrf
@if ($errors->has('current'))
{{ $errors->first('current') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif