@section('title', 'Account Locked') @section('vendor-style') @include('_partials.auth-section')
@include('_partials.auth-svg-top')
{{ __('Account Locked') }}

Enter your password

{{ Auth::user()->full_name }}
@csrf @if ($errors->any())
{!! implode('
', $errors->all(':message')) !!}
@endif