@extends('layouts.personal') @section('meta') Update Personal Password | Workday Time Clock @endsection @section('content')

{{ __("Change Password") }}

@if ($errors->any())
{{ __("There were some errors with your submission") }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection