@extends('index') @section('content')
{{ csrf_field() }}

Ganti Password

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@if ($errors->has('oldpassword'))

{{ $errors->first('oldpassword') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endsection @push('script') @endpush