sliders done

This commit is contained in:
2025-06-04 17:37:14 +05:45
parent f9a589c05f
commit b3e543863a
219 changed files with 1165 additions and 12 deletions

View File

@ -58,4 +58,5 @@ class PostController extends Controller
return redirect()->route('posts.index')->with('success', 'Post deleted successfully.');
}
}