@extends('layouts.app', ['pageSlug' => 'password']) @section('content')
Update Password
@if(isset($msg))
{{$msg}}
@endif
@csrf
{{ $errors->first("old_pwd") }}
{{ $errors->first("portal_pwd") }}
{{ $errors->first("portal_pwd_confirm") }}
@endsection @push('js') @endpush