@extends('layouts.default') @section('meta') Employees | Workday Time Clock @endsection @section('content')
{{ __('Delete Employee Account') }}
{{ csrf_field() }}
{{ __('Are you sure you want to delete this!') }}

{{ __("Deleting this account also deletes the following data: Employee's Attendance, Schedules, Leaves, User Account, or All records associated with this Employee.") }}

{{ __('No') }}
@endsection