@extends('admin.layouts.default') @section('content')

Change Password

@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}
@if ($errors->has('password')) {{-- {{ $errors->first('password') }} --}} @endif
@if ($errors->has('new-password')) {{-- {{ $errors->first('new-password') }} --}} @endif
@endsection