@extends('admin.layouts.app') @section('title', 'Pooja Services') @section('content')
Manage your professional pooja services and rituals.
| Service | Status | Created Date | Actions |
|---|---|---|---|
|
@if($service->image)
{{ $service->name }}{{ Str::limit(strip_tags($service->description), 60) }} |
{{ $service->created_at->format('M d, Y') }} | ||
|
No pooja services found. |
|||