@extends('layouts.personal')
@section('meta')
Update Personal Account | Workday Time Clock
@endsection
@section('content')
{{ __("Update Personal Account") }}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection