Manage Services

Add New Service
id : URLROOT . '/admin/services/add'; $titleVal = $isEdit ? $service->title : ''; $descVal = $isEdit ? $service->description : ''; $iconVal = $isEdit ? $service->icon : 'fa-shield-alt'; $orderVal = $isEdit ? $service->order_index : 0; ?>
Use classes from FontAwesome (e.g., fa-shield-alt, fa-video, fa-car).
Icon Title Description Order Actions
No services found. Add some services to show them on the site.
title); ?> description); ?> order_index; ?> Edit Delete
1): ?>