@extends('dashboard.app') @section('title', 'Change Password') @section('content') @push('style') @endpush

Change Password

@if ($errors->any())
Terjadi Kesalahan!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @push('script') @endpush