@extends('layouts.customer') @section('content')

Set Password

@if($user->first_login == 0)

It may take few minutes to set up your caring account...

Step 1 / 3: Set a new password

@endif
{{ csrf_field() }}
@if($user->first_login == 1)
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@endif
@endsection