@extends('layout.emapp') @section('content') {{__('Change Password')}} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if (Session::has('error')) {{ Session::get('error') }} @endif @if (Session::has('status')) {{ Session::get('status') }} @endif @csrf {{__('Old Password')}} {{__('New Password')}} {{__('Confirm Password')}} {{__('SAVE')}} @endsection @section('script') @endsection