@extends('layouts.auth') @section('title', 'Create New Password - ' . setting('brand.name', 'Grace Family Church')) @section('content')

Create New Password

Choose a strong, secure password for your admin account.

@include('partials.alerts')
@csrf
@endsection