@extends('layouts.surat') @section('title') Ubah Password - @endsection @section('content_surat')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success', null) != null)
{{ session('success') }}
@endif
Ubah Password

@csrf
@endsection