@extends('Admin.master_layout.master') @section('title', 'Change Password') @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

Change Password


@if(Session::has('success'))
Success! {{ Session('success') }}
@endif @if(Session::has('failed'))
Success! {{ Session('failed') }}
@endif
Change Password
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection