@extends('layouts/layoutMaster') @section('title', 'Change Password') @php use App\Models\User; @endphp @section('vendor-style') @endsection @section('content')
Please set a secure password.
@if ($errors->any()) @endif @if (session('success')) @endif
@csrf
@section('vendor-script') @endsection @endsection