@extends('layouts.app_hr') @section('title', __('hr.biometric_records')) @section('content')
@csrf
{{ __('hr.process_records') }}
{{ __('hr.user_id') }} {{ __('hr.device_id') }} {{ __('hr.timestamp') }} {{ __('hr.type') }} {{ __('messages.actions') }}
@endsection @section('javascript') @endsection