You can access the Vessel Timings page by expanding the 'Vessels' dropdown under the 'Administration' section in the left sidebar and clicking on 'Vessel Timing'. This page allows administrators to manage departure and arrival timings for vessels between different ports. Here, you can view, add, update, and delete vessel timings.

1. Add Timing
To add a new vessel timing, click the "Add Timing" button. This will open a modal where you can enter the new timing's details, including:
- Vessel: Select the vessel for which you are adding the timing.
- Origin Port: Select the departure port.
- Destination Port: Select the arrival port.
- Departure Time: Specify the departure time.
- Arrival Time: Specify the arrival time.
Click "Add Timing" within the modal to save the new record.
2. Vessel Timings Table
The main section of the page displays a table listing all existing vessel timings with the following columns:
- Vessel: The name of the vessel.
- Origin Port: The departure port.
- Destination Port: The arrival port.
- Departure Time: The scheduled departure time.
- Arrival Time: The scheduled arrival time.
- Status: Indicates whether the timing is `Active` or disabled.
Badge: bg-success
(green) for Active. - Created By: The user who created the timing record.
- Actions: Contains icons for performing actions on the timing record:
(Edit icon): Click to edit the timing's details. This opens an "Update Vessel Timing" modal.
(Delete icon): Click to delete the timing. This opens a "Delete Timing" confirmation modal.
The table also includes pagination controls (e.g., "10 entries per page") and a search bar to filter timing records.