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

Change Password


@foreach ($errors->all() as $error)

{{ $error }}

@endforeach @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