@extends('layouts.master-without-nav') @section('title') {{ __("Change Password") }} @endsection @section('body') @endsection @section('content')
{{ __("Change Password") }}

Re-Password with {{ AppSetting('title'); }}.

@csrf @if ($msg = Session::get('error'))
{{ $msg }}
@endif @if ($msg = Session::get('success'))
{{ $msg }}
@endif
@error('oldpassword') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

© {{ date('Y') }} {{ AppSetting('title'); }}. Crafted with {{ __("by Themesbrand") }}

@endsection