@extends('admin.includes.master-admin') @section('content')

Change Password

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif @if(Session::has('error'))
× {{ Session::get('error') }}
@endif
{{csrf_field()}}
@stop @section('footer') @stop