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

{{ __("Update Account") }}

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