@extends('admin.layout.index') @section('title', 'History and Logs') @section('custom-style') @endsection @section('content')

{{ __('translations.History and Logs') }}

{{ __('translations.Under Construction') }}

{{--

History and Logs

User Actions and Appointment Logs
No. User Name Action Appointment ID Date Status Details
01 John Doe Booked Appointment #12345 10-12-2024 Completed
02 Jane Smith Cancelled Appointment #54321 08-12-2024 Cancelled
--}} @endsection @section('custom-script') @endsection