@extends('layouts.admin_template') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach

Change User Password

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