@extends('adminlte::page') @section('title', 'HeroLegend') @section('content_header')

 Change Password

@stop @section('content')
@if(Session::has('message'))
{{ Session::get('message') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif @if ($errors->any()) @endif


@stop @push('js') @endpush