@extends('layouts.default',['sidebarLight' => true,'headerMegaMenu' => true]) @section('title', Lang::get('auth.word.change_password')) @push('css') @endpush @section('content')

{{ Lang::get('auth.word.change_password') }}


ID : {{ Auth::user()->emm_id }}
Name : {{ Auth::user()->edmerInfo->emm_name }}
{!! $errors->first('emm_passwd', ':message')!!}
@endsection