@extends('admin.layout.index')
@section('title', 'History and Logs')
@section('custom-style')
@endsection
@section('content')
{{ __('translations.Under Construction') }}
{{--
- User: John Doe
- Action: Booked Appointment
- Appointment ID: #12345
- Date: 10-12-2024
- Status: Completed
--}}
@endsection
@section('custom-script')
@endsection