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

{{ __("Update Personal Account") }}

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