@extends('layouts.admin') @section('content')
@if (session('success')) @endif @if (session('error')) @endif
Change Password
{{ csrf_field() }}
*
@if ($errors->has('OldPassword')) {{ $errors->first('OldPassword') }} @endif
*
@if ($errors->has('NewPassword')) {{ $errors->first('NewPassword') }} @endif
*
@if ($errors->has('NewPassword_confirmation')) {{ $errors->first('NewPassword_confirmation') }} @endif
@endsection