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

{{ __("Edit User") }}

@if ($errors->any())
{{ __("There were some errors with your submission") }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
acc_type) @if($u->acc_type == 1) checked @endif @endisset>
acc_type) @if($u->acc_type == 2) checked @endif @endisset>
@endsection @section('scripts') @endsection