@extends('Centaur::layout') @section('title', 'Create A New Password') @section('content')
Lock

@if (isset($customer) && $customer) Dobrodošli u IT podršku!
Postavite lozinku za pristup @else @lang('login.reset_pass') @endif

{!! ($errors->has('password') ? $errors->first('password', '

:message

') : '') !!}
{!! ($errors->has('password_confirmation') ? $errors->first('password_confirmation', '

:message

') : '') !!}
@csrf
@stop