@extends('layouts.personal') @section('meta') Edit My Profile | Workday Time Clock @endsection @section('styles') @endsection @section('content')

{{ __("Edit My Profile") }} {{ __("Return") }}

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

{{ __("Cancel") }}
@endsection @section('scripts') @endsection