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

Set Password

@csrf
@if ($errors->has('set_password')) {{ $errors->first('set_password') }} @endif
@endsection