diff --git a/controllers/application/academy/middlewares/isHalfRegister.js b/controllers/application/academy/middlewares/isHalfRegister.js index 72c3ec3..823f8c6 100644 --- a/controllers/application/academy/middlewares/isHalfRegister.js +++ b/controllers/application/academy/middlewares/isHalfRegister.js @@ -28,7 +28,6 @@ module.exports = async (req, res, next) => { const user = await UserModel.findById(decodedToken.id) if (!user.user_name || !user.first_name || - !user.last_name || !user.user_type || !user.password) { return res.status(403).send({ diff --git a/controllers/application/academy/middlewares/isRegister.js b/controllers/application/academy/middlewares/isRegister.js index 262872b..516c584 100644 --- a/controllers/application/academy/middlewares/isRegister.js +++ b/controllers/application/academy/middlewares/isRegister.js @@ -26,7 +26,6 @@ module.exports = async (req, res, next) => { const user = await UserModel.findById(decodedToken.id) if (!user.user_name || !user.first_name || - !user.last_name || !user.password) { return res.status(403).send({ status: 'error', diff --git a/controllers/application/login/loginWithUserName.js b/controllers/application/login/loginWithUserName.js index ded6b6f..387388d 100644 --- a/controllers/application/login/loginWithUserName.js +++ b/controllers/application/login/loginWithUserName.js @@ -64,7 +64,7 @@ const loginWithUserName = async (req, res, next) => { (!user.password) { step = 'password' } else if (!user.first_name) { step = 'first_name' } else if (!user.user_type) { step = 'user_type' } - if (!user.user_type || user.user_name === null || !user.first_name || !user.last_name) { + if (!user.user_type || user.user_name === null || !user.first_name) { return res.json({ message: 'کد تایید صحیح بود', token, diff --git a/controllers/application/login/verifyController.js b/controllers/application/login/verifyController.js index 1ef37aa..5d39c22 100644 --- a/controllers/application/login/verifyController.js +++ b/controllers/application/login/verifyController.js @@ -64,7 +64,7 @@ const verifyUser = async (req, res, next) => { (!user.password) { step = 'password' } else if (!user.first_name) { step = 'first_name' } else if (!user.user_type) { step = 'user_type' } else { step = 'profile_image' } - if (!user.user_type || user.user_name === null || !user.first_name || !user.last_name) { + if (!user.user_type || user.user_name === null || !user.first_name) { return res.json({ message: 'کد تایید صحیح بود', token, diff --git a/controllers/application/profile/profileController.js b/controllers/application/profile/profileController.js index bda10aa..47e8e13 100644 --- a/controllers/application/profile/profileController.js +++ b/controllers/application/profile/profileController.js @@ -81,7 +81,6 @@ const getProfile = async (req, res, next) => { let isRegister = true if (!user.user_name || !user.first_name || - !user.last_name || !user.user_type || !user.national_card_image || !user.password || diff --git a/controllers/application/register/userFullNameController.js b/controllers/application/register/userFullNameController.js index a1e2d87..f19cb2c 100644 --- a/controllers/application/register/userFullNameController.js +++ b/controllers/application/register/userFullNameController.js @@ -7,8 +7,6 @@ const setUserFullNameValidationRules = () => { return [ check('first_name') .notEmpty().withMessage('نام نمی‌تواند خالی باشد'), - check('last_name') - .notEmpty().withMessage('نام خانوادگی نمی‌تواند خالی باشد') ] } @@ -34,8 +32,8 @@ const setUserFullName = async (req, res, next) => { } // آپدیت نام کاربری به صورت lowercase - user.first_name = first_name.toLowerCase() - user.last_name = last_name.toLowerCase() + user.first_name = first_name.trim().toLowerCase() + user.last_name = last_name?.trim() ? last_name.trim().toLowerCase() : null await user.save() return res.json({ diff --git a/middlewares/isHalfRegister.js b/middlewares/isHalfRegister.js index 72c3ec3..823f8c6 100644 --- a/middlewares/isHalfRegister.js +++ b/middlewares/isHalfRegister.js @@ -28,7 +28,6 @@ module.exports = async (req, res, next) => { const user = await UserModel.findById(decodedToken.id) if (!user.user_name || !user.first_name || - !user.last_name || !user.user_type || !user.password) { return res.status(403).send({ diff --git a/middlewares/isRegister.js b/middlewares/isRegister.js index 262872b..516c584 100644 --- a/middlewares/isRegister.js +++ b/middlewares/isRegister.js @@ -26,7 +26,6 @@ module.exports = async (req, res, next) => { const user = await UserModel.findById(decodedToken.id) if (!user.user_name || !user.first_name || - !user.last_name || !user.password) { return res.status(403).send({ status: 'error', diff --git a/storage/posts/images/1765993655221-0-dsxetense-2.jpg b/storage/posts/images/1765993655221-0-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1765993655221-0-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766060842784-0-1000281068.jpg b/storage/posts/images/1766060842784-0-1000281068.jpg deleted file mode 100644 index 9c4e17e..0000000 Binary files a/storage/posts/images/1766060842784-0-1000281068.jpg and /dev/null differ diff --git a/storage/posts/images/1766061254449-0-Screenshot 2025-12-17 110222.png b/storage/posts/images/1766061254449-0-Screenshot 2025-12-17 110222.png deleted file mode 100644 index 9b44b72..0000000 Binary files a/storage/posts/images/1766061254449-0-Screenshot 2025-12-17 110222.png and /dev/null differ diff --git a/storage/posts/images/1766061356093-0-1000309674.jpg b/storage/posts/images/1766061356093-0-1000309674.jpg deleted file mode 100644 index 44b82bd..0000000 Binary files a/storage/posts/images/1766061356093-0-1000309674.jpg and /dev/null differ diff --git a/storage/posts/images/1766061370820-0-1000309674.jpg b/storage/posts/images/1766061370820-0-1000309674.jpg deleted file mode 100644 index 44b82bd..0000000 Binary files a/storage/posts/images/1766061370820-0-1000309674.jpg and /dev/null differ diff --git a/storage/posts/images/1766061378067-0-1000309674.jpg b/storage/posts/images/1766061378067-0-1000309674.jpg deleted file mode 100644 index 44b82bd..0000000 Binary files a/storage/posts/images/1766061378067-0-1000309674.jpg and /dev/null differ diff --git a/storage/posts/images/1766061391297-0-1000309674.jpg b/storage/posts/images/1766061391297-0-1000309674.jpg deleted file mode 100644 index 44b82bd..0000000 Binary files a/storage/posts/images/1766061391297-0-1000309674.jpg and /dev/null differ diff --git a/storage/posts/images/1766061451504-0-Screenshot 2025-12-17 110213.png b/storage/posts/images/1766061451504-0-Screenshot 2025-12-17 110213.png deleted file mode 100644 index ac125a9..0000000 Binary files a/storage/posts/images/1766061451504-0-Screenshot 2025-12-17 110213.png and /dev/null differ diff --git a/storage/posts/images/1766156209362-0-1000310283.jpg b/storage/posts/images/1766156209362-0-1000310283.jpg deleted file mode 100644 index 3c1bb23..0000000 Binary files a/storage/posts/images/1766156209362-0-1000310283.jpg and /dev/null differ diff --git a/storage/posts/images/1766156209363-1-1000310020.jpg b/storage/posts/images/1766156209363-1-1000310020.jpg deleted file mode 100644 index cb175ee..0000000 Binary files a/storage/posts/images/1766156209363-1-1000310020.jpg and /dev/null differ diff --git a/storage/posts/images/1766231499333-0-gf11qluixbxd.jpeg b/storage/posts/images/1766231499333-0-gf11qluixbxd.jpeg deleted file mode 100644 index a162096..0000000 Binary files a/storage/posts/images/1766231499333-0-gf11qluixbxd.jpeg and /dev/null differ diff --git a/storage/posts/images/1766231549537-0-Model.jpg b/storage/posts/images/1766231549537-0-Model.jpg deleted file mode 100644 index 18210ae..0000000 Binary files a/storage/posts/images/1766231549537-0-Model.jpg and /dev/null differ diff --git a/storage/posts/images/1766231585699-0-03d09a1627b0f3af2c0a0c23d6ecf4a9.jpg b/storage/posts/images/1766231585699-0-03d09a1627b0f3af2c0a0c23d6ecf4a9.jpg deleted file mode 100644 index c19c79b..0000000 Binary files a/storage/posts/images/1766231585699-0-03d09a1627b0f3af2c0a0c23d6ecf4a9.jpg and /dev/null differ diff --git a/storage/posts/images/1766231774132-0-11-6.jpg b/storage/posts/images/1766231774132-0-11-6.jpg deleted file mode 100644 index 5d4774f..0000000 Binary files a/storage/posts/images/1766231774132-0-11-6.jpg and /dev/null differ diff --git a/storage/posts/images/1766231993781-0-1000303096.jpg b/storage/posts/images/1766231993781-0-1000303096.jpg deleted file mode 100644 index c2fdeab..0000000 Binary files a/storage/posts/images/1766231993781-0-1000303096.jpg and /dev/null differ diff --git a/storage/posts/images/1766303557551-0-maayebarayeshgari.jpg b/storage/posts/images/1766303557551-0-maayebarayeshgari.jpg deleted file mode 100644 index 5dfe6f2..0000000 Binary files a/storage/posts/images/1766303557551-0-maayebarayeshgari.jpg and /dev/null differ diff --git a/storage/posts/images/1766303557552-1-ea2ed429-f8d8-45bd-9a28-25ce274ecfd5.webp b/storage/posts/images/1766303557552-1-ea2ed429-f8d8-45bd-9a28-25ce274ecfd5.webp deleted file mode 100644 index 8e9a8a1..0000000 Binary files a/storage/posts/images/1766303557552-1-ea2ed429-f8d8-45bd-9a28-25ce274ecfd5.webp and /dev/null differ diff --git a/storage/posts/images/1766303651986-0-36512903_m-1.jpg b/storage/posts/images/1766303651986-0-36512903_m-1.jpg deleted file mode 100644 index 2170ed3..0000000 Binary files a/storage/posts/images/1766303651986-0-36512903_m-1.jpg and /dev/null differ diff --git a/storage/posts/images/1766303991978-0-Photography-Business-5.webp b/storage/posts/images/1766303991978-0-Photography-Business-5.webp deleted file mode 100644 index c8a7cae..0000000 Binary files a/storage/posts/images/1766303991978-0-Photography-Business-5.webp and /dev/null differ diff --git a/storage/posts/images/1766303991979-1-akasii.jpg b/storage/posts/images/1766303991979-1-akasii.jpg deleted file mode 100644 index 729ac4e..0000000 Binary files a/storage/posts/images/1766303991979-1-akasii.jpg and /dev/null differ diff --git a/storage/posts/images/1766304154414-0-d0418b09-6560-4070-a7f4-96aee4f9021f.jpg b/storage/posts/images/1766304154414-0-d0418b09-6560-4070-a7f4-96aee4f9021f.jpg deleted file mode 100644 index 372e4d2..0000000 Binary files a/storage/posts/images/1766304154414-0-d0418b09-6560-4070-a7f4-96aee4f9021f.jpg and /dev/null differ diff --git a/storage/posts/images/1766304193955-0-medium_photo_278629.webp b/storage/posts/images/1766304193955-0-medium_photo_278629.webp deleted file mode 100644 index 8263e6d..0000000 Binary files a/storage/posts/images/1766304193955-0-medium_photo_278629.webp and /dev/null differ diff --git a/storage/posts/images/1766323974459-0-dsxetense-2.jpg b/storage/posts/images/1766323974459-0-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766323974459-0-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766323974463-1-dsxetense-2.jpg b/storage/posts/images/1766323974463-1-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766323974463-1-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766324303118-0-dsxetense-2.jpg b/storage/posts/images/1766324303118-0-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766324303118-0-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766324303121-1-download (2).jfif b/storage/posts/images/1766324303121-1-download (2).jfif deleted file mode 100644 index 00b2a7b..0000000 Binary files a/storage/posts/images/1766324303121-1-download (2).jfif and /dev/null differ diff --git a/storage/posts/images/1766324303121-2-eita.png b/storage/posts/images/1766324303121-2-eita.png deleted file mode 100644 index e525288..0000000 Binary files a/storage/posts/images/1766324303121-2-eita.png and /dev/null differ diff --git a/storage/posts/images/1766324303122-3-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp b/storage/posts/images/1766324303122-3-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp deleted file mode 100644 index 5873293..0000000 Binary files a/storage/posts/images/1766324303122-3-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp and /dev/null differ diff --git a/storage/posts/images/1766324303124-4-photo_2025-07-10_15-38-21.jpg b/storage/posts/images/1766324303124-4-photo_2025-07-10_15-38-21.jpg deleted file mode 100644 index b55ecfc..0000000 Binary files a/storage/posts/images/1766324303124-4-photo_2025-07-10_15-38-21.jpg and /dev/null differ diff --git a/storage/posts/images/1766324805512-0-banner1.jpg b/storage/posts/images/1766324805512-0-banner1.jpg deleted file mode 100644 index e3ecf11..0000000 Binary files a/storage/posts/images/1766324805512-0-banner1.jpg and /dev/null differ diff --git a/storage/posts/images/1766324805517-1-dsxetense-2.jpg b/storage/posts/images/1766324805517-1-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766324805517-1-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766423676674-0-Screenshot 2025-12-22 203943.png b/storage/posts/images/1766423676674-0-Screenshot 2025-12-22 203943.png deleted file mode 100644 index 226d186..0000000 Binary files a/storage/posts/images/1766423676674-0-Screenshot 2025-12-22 203943.png and /dev/null differ diff --git a/storage/posts/images/1766423841883-0-Screenshot 2025-12-22 204123.png b/storage/posts/images/1766423841883-0-Screenshot 2025-12-22 204123.png deleted file mode 100644 index 859c6b1..0000000 Binary files a/storage/posts/images/1766423841883-0-Screenshot 2025-12-22 204123.png and /dev/null differ diff --git a/storage/posts/images/1766424997532-0-Screenshot 2025-12-22 210338.png b/storage/posts/images/1766424997532-0-Screenshot 2025-12-22 210338.png deleted file mode 100644 index 8e54da5..0000000 Binary files a/storage/posts/images/1766424997532-0-Screenshot 2025-12-22 210338.png and /dev/null differ diff --git a/storage/posts/images/1766425008532-0-Screenshot 2025-12-22 210349.png b/storage/posts/images/1766425008532-0-Screenshot 2025-12-22 210349.png deleted file mode 100644 index 1fabf13..0000000 Binary files a/storage/posts/images/1766425008532-0-Screenshot 2025-12-22 210349.png and /dev/null differ diff --git a/storage/posts/images/1766425039613-0-Screenshot 2025-12-22 210707.png b/storage/posts/images/1766425039613-0-Screenshot 2025-12-22 210707.png deleted file mode 100644 index 0b795b4..0000000 Binary files a/storage/posts/images/1766425039613-0-Screenshot 2025-12-22 210707.png and /dev/null differ diff --git a/storage/posts/images/1766425072948-0-Screenshot 2025-12-22 210739.png b/storage/posts/images/1766425072948-0-Screenshot 2025-12-22 210739.png deleted file mode 100644 index 111048e..0000000 Binary files a/storage/posts/images/1766425072948-0-Screenshot 2025-12-22 210739.png and /dev/null differ diff --git a/storage/posts/images/1766425151608-0-Screenshot 2025-12-22 210834.png b/storage/posts/images/1766425151608-0-Screenshot 2025-12-22 210834.png deleted file mode 100644 index 00b90c0..0000000 Binary files a/storage/posts/images/1766425151608-0-Screenshot 2025-12-22 210834.png and /dev/null differ diff --git a/storage/posts/images/1766425609610-0-Screenshot 2025-12-22 211635.png b/storage/posts/images/1766425609610-0-Screenshot 2025-12-22 211635.png deleted file mode 100644 index 977b3d1..0000000 Binary files a/storage/posts/images/1766425609610-0-Screenshot 2025-12-22 211635.png and /dev/null differ diff --git a/storage/posts/images/1766425783170-0-1000311888.png b/storage/posts/images/1766425783170-0-1000311888.png deleted file mode 100644 index 5ede12d..0000000 Binary files a/storage/posts/images/1766425783170-0-1000311888.png and /dev/null differ diff --git a/storage/posts/images/1766425783171-1-1000311891.png b/storage/posts/images/1766425783171-1-1000311891.png deleted file mode 100644 index 7e238a7..0000000 Binary files a/storage/posts/images/1766425783171-1-1000311891.png and /dev/null differ diff --git a/storage/posts/images/1766425783175-2-1000311888.png b/storage/posts/images/1766425783175-2-1000311888.png deleted file mode 100644 index 5ede12d..0000000 Binary files a/storage/posts/images/1766425783175-2-1000311888.png and /dev/null differ diff --git a/storage/posts/images/1766483935551-0-1000312199.jpg b/storage/posts/images/1766483935551-0-1000312199.jpg deleted file mode 100644 index 36d3294..0000000 Binary files a/storage/posts/images/1766483935551-0-1000312199.jpg and /dev/null differ diff --git a/storage/posts/images/1766483935556-1-1000312200.jpg b/storage/posts/images/1766483935556-1-1000312200.jpg deleted file mode 100644 index be5bd65..0000000 Binary files a/storage/posts/images/1766483935556-1-1000312200.jpg and /dev/null differ diff --git a/storage/posts/images/1766483935556-2-1000312205.jpg b/storage/posts/images/1766483935556-2-1000312205.jpg deleted file mode 100644 index 9767a55..0000000 Binary files a/storage/posts/images/1766483935556-2-1000312205.jpg and /dev/null differ diff --git a/storage/posts/images/1766483935557-3-1000312203.jpg b/storage/posts/images/1766483935557-3-1000312203.jpg deleted file mode 100644 index 1898180..0000000 Binary files a/storage/posts/images/1766483935557-3-1000312203.jpg and /dev/null differ diff --git a/storage/posts/images/1766483935561-4-1000312207.jpg b/storage/posts/images/1766483935561-4-1000312207.jpg deleted file mode 100644 index 9072eaa..0000000 Binary files a/storage/posts/images/1766483935561-4-1000312207.jpg and /dev/null differ diff --git a/storage/posts/images/1766484539649-0-1000312237.jpg b/storage/posts/images/1766484539649-0-1000312237.jpg deleted file mode 100644 index 4919749..0000000 Binary files a/storage/posts/images/1766484539649-0-1000312237.jpg and /dev/null differ diff --git a/storage/posts/images/1766484539650-1-1000312235.jpg b/storage/posts/images/1766484539650-1-1000312235.jpg deleted file mode 100644 index ece127a..0000000 Binary files a/storage/posts/images/1766484539650-1-1000312235.jpg and /dev/null differ diff --git a/storage/posts/images/1766484539650-2-1000312236.jpg b/storage/posts/images/1766484539650-2-1000312236.jpg deleted file mode 100644 index f08a608..0000000 Binary files a/storage/posts/images/1766484539650-2-1000312236.jpg and /dev/null differ diff --git a/storage/posts/images/1766484539653-3-1000312227.jpg b/storage/posts/images/1766484539653-3-1000312227.jpg deleted file mode 100644 index a215ecb..0000000 Binary files a/storage/posts/images/1766484539653-3-1000312227.jpg and /dev/null differ diff --git a/storage/posts/images/1766484576936-0-1000312233.jpg b/storage/posts/images/1766484576936-0-1000312233.jpg deleted file mode 100644 index c369d7d..0000000 Binary files a/storage/posts/images/1766484576936-0-1000312233.jpg and /dev/null differ diff --git a/storage/posts/images/1766484576938-1-1000312234.jpg b/storage/posts/images/1766484576938-1-1000312234.jpg deleted file mode 100644 index 752a39e..0000000 Binary files a/storage/posts/images/1766484576938-1-1000312234.jpg and /dev/null differ diff --git a/storage/posts/images/1766484576939-2-1000312232.jpg b/storage/posts/images/1766484576939-2-1000312232.jpg deleted file mode 100644 index a20099d..0000000 Binary files a/storage/posts/images/1766484576939-2-1000312232.jpg and /dev/null differ diff --git a/storage/posts/images/1766484576939-3-1000312229.jpg b/storage/posts/images/1766484576939-3-1000312229.jpg deleted file mode 100644 index 62501a8..0000000 Binary files a/storage/posts/images/1766484576939-3-1000312229.jpg and /dev/null differ diff --git a/storage/posts/images/1766484614767-0-1000312231.jpg b/storage/posts/images/1766484614767-0-1000312231.jpg deleted file mode 100644 index 0eb1958..0000000 Binary files a/storage/posts/images/1766484614767-0-1000312231.jpg and /dev/null differ diff --git a/storage/posts/images/1766485845440-0-1000312317.jpg b/storage/posts/images/1766485845440-0-1000312317.jpg deleted file mode 100644 index af853f0..0000000 Binary files a/storage/posts/images/1766485845440-0-1000312317.jpg and /dev/null differ diff --git a/storage/posts/images/1766485845447-1-1000312327.jpg b/storage/posts/images/1766485845447-1-1000312327.jpg deleted file mode 100644 index 91e874f..0000000 Binary files a/storage/posts/images/1766485845447-1-1000312327.jpg and /dev/null differ diff --git a/storage/posts/images/1766485845447-2-1000312332.jpg b/storage/posts/images/1766485845447-2-1000312332.jpg deleted file mode 100644 index b7113d5..0000000 Binary files a/storage/posts/images/1766485845447-2-1000312332.jpg and /dev/null differ diff --git a/storage/posts/images/1766485845448-3-1000312351.jpg b/storage/posts/images/1766485845448-3-1000312351.jpg deleted file mode 100644 index d56a435..0000000 Binary files a/storage/posts/images/1766485845448-3-1000312351.jpg and /dev/null differ diff --git a/storage/posts/images/1766485845448-4-1000312305.jpg b/storage/posts/images/1766485845448-4-1000312305.jpg deleted file mode 100644 index 5da88c0..0000000 Binary files a/storage/posts/images/1766485845448-4-1000312305.jpg and /dev/null differ diff --git a/storage/posts/images/1766485845451-5-1000312316.jpg b/storage/posts/images/1766485845451-5-1000312316.jpg deleted file mode 100644 index 8e65fce..0000000 Binary files a/storage/posts/images/1766485845451-5-1000312316.jpg and /dev/null differ diff --git a/storage/posts/images/1766485845451-6-1000312307.jpg b/storage/posts/images/1766485845451-6-1000312307.jpg deleted file mode 100644 index 2e2fc16..0000000 Binary files a/storage/posts/images/1766485845451-6-1000312307.jpg and /dev/null differ diff --git a/storage/posts/images/1766485956116-0-1000312369.jpg b/storage/posts/images/1766485956116-0-1000312369.jpg deleted file mode 100644 index 42270a8..0000000 Binary files a/storage/posts/images/1766485956116-0-1000312369.jpg and /dev/null differ diff --git a/storage/posts/images/1766485956117-1-1000312381.jpg b/storage/posts/images/1766485956117-1-1000312381.jpg deleted file mode 100644 index ace49dd..0000000 Binary files a/storage/posts/images/1766485956117-1-1000312381.jpg and /dev/null differ diff --git a/storage/posts/images/1766485956117-2-1000312370.jpg b/storage/posts/images/1766485956117-2-1000312370.jpg deleted file mode 100644 index 6cc3606..0000000 Binary files a/storage/posts/images/1766485956117-2-1000312370.jpg and /dev/null differ diff --git a/storage/posts/images/1766485956118-3-1000312372.jpg b/storage/posts/images/1766485956118-3-1000312372.jpg deleted file mode 100644 index 2766567..0000000 Binary files a/storage/posts/images/1766485956118-3-1000312372.jpg and /dev/null differ diff --git a/storage/posts/images/1766485956118-4-1000312371.jpg b/storage/posts/images/1766485956118-4-1000312371.jpg deleted file mode 100644 index 664a18d..0000000 Binary files a/storage/posts/images/1766485956118-4-1000312371.jpg and /dev/null differ diff --git a/storage/posts/images/1766485956119-5-1000312373.jpg b/storage/posts/images/1766485956119-5-1000312373.jpg deleted file mode 100644 index f6636ca..0000000 Binary files a/storage/posts/images/1766485956119-5-1000312373.jpg and /dev/null differ diff --git a/storage/posts/images/1766485956119-6-1000312374.jpg b/storage/posts/images/1766485956119-6-1000312374.jpg deleted file mode 100644 index 6d3e8ec..0000000 Binary files a/storage/posts/images/1766485956119-6-1000312374.jpg and /dev/null differ diff --git a/storage/posts/images/1766486021317-0-1000312391.jpg b/storage/posts/images/1766486021317-0-1000312391.jpg deleted file mode 100644 index f512ec9..0000000 Binary files a/storage/posts/images/1766486021317-0-1000312391.jpg and /dev/null differ diff --git a/storage/posts/images/1766486021320-1-1000312393.jpg b/storage/posts/images/1766486021320-1-1000312393.jpg deleted file mode 100644 index c3cbb30..0000000 Binary files a/storage/posts/images/1766486021320-1-1000312393.jpg and /dev/null differ diff --git a/storage/posts/images/1766486021320-2-1000312394.jpg b/storage/posts/images/1766486021320-2-1000312394.jpg deleted file mode 100644 index 0460aa0..0000000 Binary files a/storage/posts/images/1766486021320-2-1000312394.jpg and /dev/null differ diff --git a/storage/posts/images/1766486021320-3-1000312392.jpg b/storage/posts/images/1766486021320-3-1000312392.jpg deleted file mode 100644 index 7de0bb5..0000000 Binary files a/storage/posts/images/1766486021320-3-1000312392.jpg and /dev/null differ diff --git a/storage/posts/images/1766486172449-0-1000312428.jpg b/storage/posts/images/1766486172449-0-1000312428.jpg deleted file mode 100644 index 05dca4e..0000000 Binary files a/storage/posts/images/1766486172449-0-1000312428.jpg and /dev/null differ diff --git a/storage/posts/images/1766486172453-1-1000312418.jpg b/storage/posts/images/1766486172453-1-1000312418.jpg deleted file mode 100644 index e731008..0000000 Binary files a/storage/posts/images/1766486172453-1-1000312418.jpg and /dev/null differ diff --git a/storage/posts/images/1766486172453-2-1000312421.jpg b/storage/posts/images/1766486172453-2-1000312421.jpg deleted file mode 100644 index f486227..0000000 Binary files a/storage/posts/images/1766486172453-2-1000312421.jpg and /dev/null differ diff --git a/storage/posts/images/1766486172454-3-1000312415.jpg b/storage/posts/images/1766486172454-3-1000312415.jpg deleted file mode 100644 index cc1a961..0000000 Binary files a/storage/posts/images/1766486172454-3-1000312415.jpg and /dev/null differ diff --git a/storage/posts/images/1766486172455-4-1000312419.jpg b/storage/posts/images/1766486172455-4-1000312419.jpg deleted file mode 100644 index 5d2235c..0000000 Binary files a/storage/posts/images/1766486172455-4-1000312419.jpg and /dev/null differ diff --git a/storage/posts/images/1766486172455-5-1000312416.jpg b/storage/posts/images/1766486172455-5-1000312416.jpg deleted file mode 100644 index 370cc16..0000000 Binary files a/storage/posts/images/1766486172455-5-1000312416.jpg and /dev/null differ diff --git a/storage/posts/images/1766486172456-6-1000312420.jpg b/storage/posts/images/1766486172456-6-1000312420.jpg deleted file mode 100644 index f0cf5f5..0000000 Binary files a/storage/posts/images/1766486172456-6-1000312420.jpg and /dev/null differ diff --git a/storage/posts/images/1766487348602-0-Screenshot 2025-12-23 142453.png b/storage/posts/images/1766487348602-0-Screenshot 2025-12-23 142453.png deleted file mode 100644 index e2eb377..0000000 Binary files a/storage/posts/images/1766487348602-0-Screenshot 2025-12-23 142453.png and /dev/null differ diff --git a/storage/posts/images/1766487391728-0-Screenshot 2025-12-23 142618.png b/storage/posts/images/1766487391728-0-Screenshot 2025-12-23 142618.png deleted file mode 100644 index 064f1ba..0000000 Binary files a/storage/posts/images/1766487391728-0-Screenshot 2025-12-23 142618.png and /dev/null differ diff --git a/storage/posts/images/1766493311995-0-1000312487.jpg b/storage/posts/images/1766493311995-0-1000312487.jpg deleted file mode 100644 index 2085858..0000000 Binary files a/storage/posts/images/1766493311995-0-1000312487.jpg and /dev/null differ diff --git a/storage/posts/images/1766493311999-1-1000312483.jpg b/storage/posts/images/1766493311999-1-1000312483.jpg deleted file mode 100644 index 070f8c8..0000000 Binary files a/storage/posts/images/1766493311999-1-1000312483.jpg and /dev/null differ diff --git a/storage/posts/images/1766493311999-2-1000312485.jpg b/storage/posts/images/1766493311999-2-1000312485.jpg deleted file mode 100644 index e44a556..0000000 Binary files a/storage/posts/images/1766493311999-2-1000312485.jpg and /dev/null differ diff --git a/storage/posts/images/1766493604141-0-1000312490.jpg b/storage/posts/images/1766493604141-0-1000312490.jpg deleted file mode 100644 index 8f2caa4..0000000 Binary files a/storage/posts/images/1766493604141-0-1000312490.jpg and /dev/null differ diff --git a/storage/posts/images/1766493604142-1-1000312489.jpg b/storage/posts/images/1766493604142-1-1000312489.jpg deleted file mode 100644 index 7fa262e..0000000 Binary files a/storage/posts/images/1766493604142-1-1000312489.jpg and /dev/null differ diff --git a/storage/posts/images/1766493604142-2-1000312491.jpg b/storage/posts/images/1766493604142-2-1000312491.jpg deleted file mode 100644 index 194b769..0000000 Binary files a/storage/posts/images/1766493604142-2-1000312491.jpg and /dev/null differ diff --git a/storage/posts/images/1766493604143-3-1000312497.jpg b/storage/posts/images/1766493604143-3-1000312497.jpg deleted file mode 100644 index acd4322..0000000 Binary files a/storage/posts/images/1766493604143-3-1000312497.jpg and /dev/null differ diff --git a/storage/posts/images/1766493604143-4-1000312498.jpg b/storage/posts/images/1766493604143-4-1000312498.jpg deleted file mode 100644 index 3ebf477..0000000 Binary files a/storage/posts/images/1766493604143-4-1000312498.jpg and /dev/null differ diff --git a/storage/posts/images/1766493604144-5-1000312495.jpg b/storage/posts/images/1766493604144-5-1000312495.jpg deleted file mode 100644 index a709e2b..0000000 Binary files a/storage/posts/images/1766493604144-5-1000312495.jpg and /dev/null differ diff --git a/storage/posts/images/1766493721759-0-Screenshot 2025-12-23 161149.png b/storage/posts/images/1766493721759-0-Screenshot 2025-12-23 161149.png deleted file mode 100644 index 13315d5..0000000 Binary files a/storage/posts/images/1766493721759-0-Screenshot 2025-12-23 161149.png and /dev/null differ diff --git a/storage/posts/images/1766493863275-0-1000312509.jpg b/storage/posts/images/1766493863275-0-1000312509.jpg deleted file mode 100644 index e88bb4a..0000000 Binary files a/storage/posts/images/1766493863275-0-1000312509.jpg and /dev/null differ diff --git a/storage/posts/images/1766493863276-1-1000312511.jpg b/storage/posts/images/1766493863276-1-1000312511.jpg deleted file mode 100644 index c23d687..0000000 Binary files a/storage/posts/images/1766493863276-1-1000312511.jpg and /dev/null differ diff --git a/storage/posts/images/1766493863276-2-1000312512.jpg b/storage/posts/images/1766493863276-2-1000312512.jpg deleted file mode 100644 index bcc9232..0000000 Binary files a/storage/posts/images/1766493863276-2-1000312512.jpg and /dev/null differ diff --git a/storage/posts/images/1766493863277-3-1000312510.jpg b/storage/posts/images/1766493863277-3-1000312510.jpg deleted file mode 100644 index cdba754..0000000 Binary files a/storage/posts/images/1766493863277-3-1000312510.jpg and /dev/null differ diff --git a/storage/posts/images/1766494892607-0-1000312524.jpg b/storage/posts/images/1766494892607-0-1000312524.jpg deleted file mode 100644 index c6c0033..0000000 Binary files a/storage/posts/images/1766494892607-0-1000312524.jpg and /dev/null differ diff --git a/storage/posts/images/1766494892621-1-1000312529.jpg b/storage/posts/images/1766494892621-1-1000312529.jpg deleted file mode 100644 index 43abffc..0000000 Binary files a/storage/posts/images/1766494892621-1-1000312529.jpg and /dev/null differ diff --git a/storage/posts/images/1766494892626-2-1000312523.jpg b/storage/posts/images/1766494892626-2-1000312523.jpg deleted file mode 100644 index 69ae162..0000000 Binary files a/storage/posts/images/1766494892626-2-1000312523.jpg and /dev/null differ diff --git a/storage/posts/images/1766494892626-3-1000312530.jpg b/storage/posts/images/1766494892626-3-1000312530.jpg deleted file mode 100644 index ffad887..0000000 Binary files a/storage/posts/images/1766494892626-3-1000312530.jpg and /dev/null differ diff --git a/storage/posts/images/1766494892627-4-1000312527.jpg b/storage/posts/images/1766494892627-4-1000312527.jpg deleted file mode 100644 index 03de0a1..0000000 Binary files a/storage/posts/images/1766494892627-4-1000312527.jpg and /dev/null differ diff --git a/storage/posts/images/1766494956421-0-Screenshot 2025-12-23 163203.png b/storage/posts/images/1766494956421-0-Screenshot 2025-12-23 163203.png deleted file mode 100644 index 883bec8..0000000 Binary files a/storage/posts/images/1766494956421-0-Screenshot 2025-12-23 163203.png and /dev/null differ diff --git a/storage/posts/images/1766495046957-0-Screenshot 2025-12-23 163351.png b/storage/posts/images/1766495046957-0-Screenshot 2025-12-23 163351.png deleted file mode 100644 index 6ab9034..0000000 Binary files a/storage/posts/images/1766495046957-0-Screenshot 2025-12-23 163351.png and /dev/null differ diff --git a/storage/posts/images/1766495355634-0-1000312535.jpg b/storage/posts/images/1766495355634-0-1000312535.jpg deleted file mode 100644 index 6d7e4e9..0000000 Binary files a/storage/posts/images/1766495355634-0-1000312535.jpg and /dev/null differ diff --git a/storage/posts/images/1766604857673-0-dsxetense-2.jpg b/storage/posts/images/1766604857673-0-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766604857673-0-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766605145642-0-dsxetense-2.jpg b/storage/posts/images/1766605145642-0-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766605145642-0-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766605169100-0-dsxetense-2.jpg b/storage/posts/images/1766605169100-0-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766605169100-0-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766605312508-0-dsxetense-2.jpg b/storage/posts/images/1766605312508-0-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766605312508-0-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766652640700-0-1000313435.jpg b/storage/posts/images/1766652640700-0-1000313435.jpg deleted file mode 100644 index 2c59361..0000000 Binary files a/storage/posts/images/1766652640700-0-1000313435.jpg and /dev/null differ diff --git a/storage/posts/images/1766652640702-1-1000313436.jpg b/storage/posts/images/1766652640702-1-1000313436.jpg deleted file mode 100644 index 20ba792..0000000 Binary files a/storage/posts/images/1766652640702-1-1000313436.jpg and /dev/null differ diff --git a/storage/posts/images/1766652640704-2-1000313439.jpg b/storage/posts/images/1766652640704-2-1000313439.jpg deleted file mode 100644 index 279cbbd..0000000 Binary files a/storage/posts/images/1766652640704-2-1000313439.jpg and /dev/null differ diff --git a/storage/posts/images/1766652640705-3-1000313433.jpg b/storage/posts/images/1766652640705-3-1000313433.jpg deleted file mode 100644 index 3a1abfe..0000000 Binary files a/storage/posts/images/1766652640705-3-1000313433.jpg and /dev/null differ diff --git a/storage/posts/images/1766653132194-0-Screenshot 2025-12-25 122832.png b/storage/posts/images/1766653132194-0-Screenshot 2025-12-25 122832.png deleted file mode 100644 index 5851685..0000000 Binary files a/storage/posts/images/1766653132194-0-Screenshot 2025-12-25 122832.png and /dev/null differ diff --git a/storage/posts/images/1766653209151-0-Screenshot 2025-12-25 122958.png b/storage/posts/images/1766653209151-0-Screenshot 2025-12-25 122958.png deleted file mode 100644 index 1b4fb0e..0000000 Binary files a/storage/posts/images/1766653209151-0-Screenshot 2025-12-25 122958.png and /dev/null differ diff --git a/storage/posts/images/1766653329580-0-Screenshot 2025-12-25 123155.png b/storage/posts/images/1766653329580-0-Screenshot 2025-12-25 123155.png deleted file mode 100644 index 7f4398c..0000000 Binary files a/storage/posts/images/1766653329580-0-Screenshot 2025-12-25 123155.png and /dev/null differ diff --git a/storage/posts/images/1766653783419-0-Screenshot 2025-12-25 123932.png b/storage/posts/images/1766653783419-0-Screenshot 2025-12-25 123932.png deleted file mode 100644 index 8342f92..0000000 Binary files a/storage/posts/images/1766653783419-0-Screenshot 2025-12-25 123932.png and /dev/null differ diff --git a/storage/posts/images/1766653836762-0-Screenshot 2025-12-25 124026.png b/storage/posts/images/1766653836762-0-Screenshot 2025-12-25 124026.png deleted file mode 100644 index 300211a..0000000 Binary files a/storage/posts/images/1766653836762-0-Screenshot 2025-12-25 124026.png and /dev/null differ diff --git a/storage/posts/images/1766653884769-0-Screenshot 2025-12-25 124112.png b/storage/posts/images/1766653884769-0-Screenshot 2025-12-25 124112.png deleted file mode 100644 index 4ff28ea..0000000 Binary files a/storage/posts/images/1766653884769-0-Screenshot 2025-12-25 124112.png and /dev/null differ diff --git a/storage/posts/images/1766654041093-0-1000313501.jpg b/storage/posts/images/1766654041093-0-1000313501.jpg deleted file mode 100644 index 4cdeaf4..0000000 Binary files a/storage/posts/images/1766654041093-0-1000313501.jpg and /dev/null differ diff --git a/storage/posts/images/1766654041093-1-1000313499.jpg b/storage/posts/images/1766654041093-1-1000313499.jpg deleted file mode 100644 index a5be10b..0000000 Binary files a/storage/posts/images/1766654041093-1-1000313499.jpg and /dev/null differ diff --git a/storage/posts/images/1766654041094-2-1000313503.jpg b/storage/posts/images/1766654041094-2-1000313503.jpg deleted file mode 100644 index 6fc43c3..0000000 Binary files a/storage/posts/images/1766654041094-2-1000313503.jpg and /dev/null differ diff --git a/storage/posts/images/1766654114599-0-Screenshot 2025-12-25 124453.png b/storage/posts/images/1766654114599-0-Screenshot 2025-12-25 124453.png deleted file mode 100644 index 4fb0ee1..0000000 Binary files a/storage/posts/images/1766654114599-0-Screenshot 2025-12-25 124453.png and /dev/null differ diff --git a/storage/posts/images/1766742552221-0-dsxetense-2.jpg b/storage/posts/images/1766742552221-0-dsxetense-2.jpg deleted file mode 100644 index 3ec5f59..0000000 Binary files a/storage/posts/images/1766742552221-0-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766742552222-1-download (2).jfif b/storage/posts/images/1766742552222-1-download (2).jfif deleted file mode 100644 index 03c0865..0000000 Binary files a/storage/posts/images/1766742552222-1-download (2).jfif and /dev/null differ diff --git a/storage/posts/images/1766742552223-2-agricultrual.jpg b/storage/posts/images/1766742552223-2-agricultrual.jpg deleted file mode 100644 index 325b9e2..0000000 Binary files a/storage/posts/images/1766742552223-2-agricultrual.jpg and /dev/null differ diff --git a/storage/posts/images/1766742552223-3-banner2.jpg b/storage/posts/images/1766742552223-3-banner2.jpg deleted file mode 100644 index cc21541..0000000 Binary files a/storage/posts/images/1766742552223-3-banner2.jpg and /dev/null differ diff --git a/storage/posts/images/1766742552223-4-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp b/storage/posts/images/1766742552223-4-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp deleted file mode 100644 index 8e5fcce..0000000 Binary files a/storage/posts/images/1766742552223-4-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp and /dev/null differ diff --git a/storage/posts/images/1766742552223-5-galaxypetrol.jpg b/storage/posts/images/1766742552223-5-galaxypetrol.jpg deleted file mode 100644 index add4d3b..0000000 Binary files a/storage/posts/images/1766742552223-5-galaxypetrol.jpg and /dev/null differ diff --git a/storage/posts/images/1766742552224-6-download (2).jfif b/storage/posts/images/1766742552224-6-download (2).jfif deleted file mode 100644 index 03c0865..0000000 Binary files a/storage/posts/images/1766742552224-6-download (2).jfif and /dev/null differ diff --git a/storage/posts/images/1766742552224-7-5968958.png b/storage/posts/images/1766742552224-7-5968958.png deleted file mode 100644 index fa03256..0000000 Binary files a/storage/posts/images/1766742552224-7-5968958.png and /dev/null differ diff --git a/storage/posts/images/1766742552224-8-cunstruction.jpg b/storage/posts/images/1766742552224-8-cunstruction.jpg deleted file mode 100644 index ddfdbe1..0000000 Binary files a/storage/posts/images/1766742552224-8-cunstruction.jpg and /dev/null differ diff --git a/storage/posts/images/1766742552224-9-11153377.png b/storage/posts/images/1766742552224-9-11153377.png deleted file mode 100644 index 506e310..0000000 Binary files a/storage/posts/images/1766742552224-9-11153377.png and /dev/null differ diff --git a/storage/posts/images/1766743532344-0-eita.png b/storage/posts/images/1766743532344-0-eita.png deleted file mode 100644 index 79bde64..0000000 Binary files a/storage/posts/images/1766743532344-0-eita.png and /dev/null differ diff --git a/storage/posts/images/1766743532351-1-dsxetense-2.jpg b/storage/posts/images/1766743532351-1-dsxetense-2.jpg deleted file mode 100644 index 3ec5f59..0000000 Binary files a/storage/posts/images/1766743532351-1-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766743532352-2-banner1.jpg b/storage/posts/images/1766743532352-2-banner1.jpg deleted file mode 100644 index a0f4293..0000000 Binary files a/storage/posts/images/1766743532352-2-banner1.jpg and /dev/null differ diff --git a/storage/posts/images/1766743532352-3-agricultrual.jpg b/storage/posts/images/1766743532352-3-agricultrual.jpg deleted file mode 100644 index 77febb2..0000000 Binary files a/storage/posts/images/1766743532352-3-agricultrual.jpg and /dev/null differ diff --git a/storage/posts/images/1766743532353-4-9913673.png b/storage/posts/images/1766743532353-4-9913673.png deleted file mode 100644 index ce16ace..0000000 Binary files a/storage/posts/images/1766743532353-4-9913673.png and /dev/null differ diff --git a/storage/posts/images/1766743532353-5-galaxypetrol.jpg b/storage/posts/images/1766743532353-5-galaxypetrol.jpg deleted file mode 100644 index 48f2328..0000000 Binary files a/storage/posts/images/1766743532353-5-galaxypetrol.jpg and /dev/null differ diff --git a/storage/posts/images/1766743532353-6-agricultrual.jpg b/storage/posts/images/1766743532353-6-agricultrual.jpg deleted file mode 100644 index 77febb2..0000000 Binary files a/storage/posts/images/1766743532353-6-agricultrual.jpg and /dev/null differ diff --git a/storage/posts/images/1766743532353-7-5968958.png b/storage/posts/images/1766743532353-7-5968958.png deleted file mode 100644 index c70e6a1..0000000 Binary files a/storage/posts/images/1766743532353-7-5968958.png and /dev/null differ diff --git a/storage/posts/images/1766743532353-8-1077042.png b/storage/posts/images/1766743532353-8-1077042.png deleted file mode 100644 index c70e6a1..0000000 Binary files a/storage/posts/images/1766743532353-8-1077042.png and /dev/null differ diff --git a/storage/posts/images/1766743532356-9-360_F_339606710_pFQOII8MwyEVqXK5vb4XsIaJr13cipWO.jpg b/storage/posts/images/1766743532356-9-360_F_339606710_pFQOII8MwyEVqXK5vb4XsIaJr13cipWO.jpg deleted file mode 100644 index 996a4a6..0000000 Binary files a/storage/posts/images/1766743532356-9-360_F_339606710_pFQOII8MwyEVqXK5vb4XsIaJr13cipWO.jpg and /dev/null differ diff --git a/storage/posts/images/1766755413670-0-eita.png b/storage/posts/images/1766755413670-0-eita.png deleted file mode 100644 index e525288..0000000 Binary files a/storage/posts/images/1766755413670-0-eita.png and /dev/null differ diff --git a/storage/posts/images/1766755413676-1-download (2).jfif b/storage/posts/images/1766755413676-1-download (2).jfif deleted file mode 100644 index 00b2a7b..0000000 Binary files a/storage/posts/images/1766755413676-1-download (2).jfif and /dev/null differ diff --git a/storage/posts/images/1766755413676-2-electrical.jpg b/storage/posts/images/1766755413676-2-electrical.jpg deleted file mode 100644 index f2c4182..0000000 Binary files a/storage/posts/images/1766755413676-2-electrical.jpg and /dev/null differ diff --git a/storage/posts/images/1766755413677-3-electrical.jpg b/storage/posts/images/1766755413677-3-electrical.jpg deleted file mode 100644 index f2c4182..0000000 Binary files a/storage/posts/images/1766755413677-3-electrical.jpg and /dev/null differ diff --git a/storage/posts/images/1766755413677-4-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp b/storage/posts/images/1766755413677-4-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp deleted file mode 100644 index 5873293..0000000 Binary files a/storage/posts/images/1766755413677-4-ex-Cover-d5188e764a2d44c61af689f14aac7ca1_XL-638b38340c0004ce83d5bcb0.webp and /dev/null differ diff --git a/storage/posts/images/1766755413677-5-eita.png b/storage/posts/images/1766755413677-5-eita.png deleted file mode 100644 index e525288..0000000 Binary files a/storage/posts/images/1766755413677-5-eita.png and /dev/null differ diff --git a/storage/posts/images/1766755413678-6-electrical.jpg b/storage/posts/images/1766755413678-6-electrical.jpg deleted file mode 100644 index f2c4182..0000000 Binary files a/storage/posts/images/1766755413678-6-electrical.jpg and /dev/null differ diff --git a/storage/posts/images/1766755413685-7-dsxetense-2.jpg b/storage/posts/images/1766755413685-7-dsxetense-2.jpg deleted file mode 100644 index 930ce27..0000000 Binary files a/storage/posts/images/1766755413685-7-dsxetense-2.jpg and /dev/null differ diff --git a/storage/posts/images/1766755413685-8-linkedin.png b/storage/posts/images/1766755413685-8-linkedin.png deleted file mode 100644 index b747dc3..0000000 Binary files a/storage/posts/images/1766755413685-8-linkedin.png and /dev/null differ diff --git a/storage/posts/images/1766755413685-9-18575028.png b/storage/posts/images/1766755413685-9-18575028.png deleted file mode 100644 index 5f99713..0000000 Binary files a/storage/posts/images/1766755413685-9-18575028.png and /dev/null differ diff --git a/storage/posts/images/1766825076237-0-Screenshot 2025-12-27 121318.png b/storage/posts/images/1766825076237-0-Screenshot 2025-12-27 121318.png deleted file mode 100644 index 3ab24db..0000000 Binary files a/storage/posts/images/1766825076237-0-Screenshot 2025-12-27 121318.png and /dev/null differ diff --git a/storage/posts/images/1766825076240-1-Screenshot 2025-12-27 121329.png b/storage/posts/images/1766825076240-1-Screenshot 2025-12-27 121329.png deleted file mode 100644 index 6f2d286..0000000 Binary files a/storage/posts/images/1766825076240-1-Screenshot 2025-12-27 121329.png and /dev/null differ diff --git a/storage/posts/images/1766825112153-0-Screenshot 2025-12-27 121501.png b/storage/posts/images/1766825112153-0-Screenshot 2025-12-27 121501.png deleted file mode 100644 index 35de10f..0000000 Binary files a/storage/posts/images/1766825112153-0-Screenshot 2025-12-27 121501.png and /dev/null differ diff --git a/storage/posts/images/1766825212259-0-Screenshot 2025-12-27 121643.png b/storage/posts/images/1766825212259-0-Screenshot 2025-12-27 121643.png deleted file mode 100644 index 83b8b69..0000000 Binary files a/storage/posts/images/1766825212259-0-Screenshot 2025-12-27 121643.png and /dev/null differ diff --git a/storage/posts/images/1766825776603-0-Screenshot 2025-12-27 122559.png b/storage/posts/images/1766825776603-0-Screenshot 2025-12-27 122559.png deleted file mode 100644 index 353ac7a..0000000 Binary files a/storage/posts/images/1766825776603-0-Screenshot 2025-12-27 122559.png and /dev/null differ diff --git a/storage/posts/images/1766826149098-0-Screenshot 2025-12-27 123215.png b/storage/posts/images/1766826149098-0-Screenshot 2025-12-27 123215.png deleted file mode 100644 index 2f6481e..0000000 Binary files a/storage/posts/images/1766826149098-0-Screenshot 2025-12-27 123215.png and /dev/null differ diff --git a/storage/posts/images/1766826327148-0-Screenshot 2025-12-27 123438.png b/storage/posts/images/1766826327148-0-Screenshot 2025-12-27 123438.png deleted file mode 100644 index 0e949c3..0000000 Binary files a/storage/posts/images/1766826327148-0-Screenshot 2025-12-27 123438.png and /dev/null differ diff --git a/storage/posts/images/1766826327150-1-Screenshot 2025-12-27 123449.png b/storage/posts/images/1766826327150-1-Screenshot 2025-12-27 123449.png deleted file mode 100644 index b94fd92..0000000 Binary files a/storage/posts/images/1766826327150-1-Screenshot 2025-12-27 123449.png and /dev/null differ diff --git a/storage/posts/images/1766826327152-2-Screenshot 2025-12-27 123459.png b/storage/posts/images/1766826327152-2-Screenshot 2025-12-27 123459.png deleted file mode 100644 index 3aae3b5..0000000 Binary files a/storage/posts/images/1766826327152-2-Screenshot 2025-12-27 123459.png and /dev/null differ diff --git a/storage/posts/images/1766826946668-0-Screenshot 2025-12-27 124532.png b/storage/posts/images/1766826946668-0-Screenshot 2025-12-27 124532.png deleted file mode 100644 index 79c2d3a..0000000 Binary files a/storage/posts/images/1766826946668-0-Screenshot 2025-12-27 124532.png and /dev/null differ diff --git a/storage/posts/images/1766827167766-0-Screenshot 2025-12-27 124911.png b/storage/posts/images/1766827167766-0-Screenshot 2025-12-27 124911.png deleted file mode 100644 index 6f6b428..0000000 Binary files a/storage/posts/images/1766827167766-0-Screenshot 2025-12-27 124911.png and /dev/null differ diff --git a/storage/posts/images/1766828251184-0-Screenshot 2025-12-27 130716.png b/storage/posts/images/1766828251184-0-Screenshot 2025-12-27 130716.png deleted file mode 100644 index 8de963d..0000000 Binary files a/storage/posts/images/1766828251184-0-Screenshot 2025-12-27 130716.png and /dev/null differ diff --git a/storage/posts/images/1766828585132-0-Screenshot 2025-12-27 131250.png b/storage/posts/images/1766828585132-0-Screenshot 2025-12-27 131250.png deleted file mode 100644 index f0a5755..0000000 Binary files a/storage/posts/images/1766828585132-0-Screenshot 2025-12-27 131250.png and /dev/null differ diff --git a/storage/posts/images/1766828975652-0-Screenshot 2025-12-27 131826.png b/storage/posts/images/1766828975652-0-Screenshot 2025-12-27 131826.png deleted file mode 100644 index 402af01..0000000 Binary files a/storage/posts/images/1766828975652-0-Screenshot 2025-12-27 131826.png and /dev/null differ diff --git a/storage/posts/images/1766828975657-1-Screenshot 2025-12-27 131845.png b/storage/posts/images/1766828975657-1-Screenshot 2025-12-27 131845.png deleted file mode 100644 index 08010ed..0000000 Binary files a/storage/posts/images/1766828975657-1-Screenshot 2025-12-27 131845.png and /dev/null differ diff --git a/storage/posts/images/1766828975663-2-Screenshot 2025-12-27 131854.png b/storage/posts/images/1766828975663-2-Screenshot 2025-12-27 131854.png deleted file mode 100644 index bd28924..0000000 Binary files a/storage/posts/images/1766828975663-2-Screenshot 2025-12-27 131854.png and /dev/null differ diff --git a/storage/posts/images/1766828975664-3-Screenshot 2025-12-27 131902.png b/storage/posts/images/1766828975664-3-Screenshot 2025-12-27 131902.png deleted file mode 100644 index d7fa474..0000000 Binary files a/storage/posts/images/1766828975664-3-Screenshot 2025-12-27 131902.png and /dev/null differ diff --git a/storage/posts/images/1766828975665-4-Screenshot 2025-12-27 131911.png b/storage/posts/images/1766828975665-4-Screenshot 2025-12-27 131911.png deleted file mode 100644 index 8cee1e4..0000000 Binary files a/storage/posts/images/1766828975665-4-Screenshot 2025-12-27 131911.png and /dev/null differ diff --git a/storage/posts/images/1766829076925-0-Screenshot 2025-12-27 132103.png b/storage/posts/images/1766829076925-0-Screenshot 2025-12-27 132103.png deleted file mode 100644 index d0072f1..0000000 Binary files a/storage/posts/images/1766829076925-0-Screenshot 2025-12-27 132103.png and /dev/null differ diff --git a/storage/posts/images/1766831160124-0-Screenshot 2025-12-27 135550.png b/storage/posts/images/1766831160124-0-Screenshot 2025-12-27 135550.png deleted file mode 100644 index 9fd493b..0000000 Binary files a/storage/posts/images/1766831160124-0-Screenshot 2025-12-27 135550.png and /dev/null differ diff --git a/storage/posts/images/1766831192016-0-Screenshot 2025-12-27 135621.png b/storage/posts/images/1766831192016-0-Screenshot 2025-12-27 135621.png deleted file mode 100644 index 36773bf..0000000 Binary files a/storage/posts/images/1766831192016-0-Screenshot 2025-12-27 135621.png and /dev/null differ diff --git a/storage/posts/images/1766831230683-0-Screenshot 2025-12-27 135658.png b/storage/posts/images/1766831230683-0-Screenshot 2025-12-27 135658.png deleted file mode 100644 index 0053487..0000000 Binary files a/storage/posts/images/1766831230683-0-Screenshot 2025-12-27 135658.png and /dev/null differ diff --git a/storage/posts/images/1766831266236-0-Screenshot 2025-12-27 135735.png b/storage/posts/images/1766831266236-0-Screenshot 2025-12-27 135735.png deleted file mode 100644 index 3c7d189..0000000 Binary files a/storage/posts/images/1766831266236-0-Screenshot 2025-12-27 135735.png and /dev/null differ diff --git a/storage/posts/images/1766831929793-0-Screenshot 2025-12-27 140657.png b/storage/posts/images/1766831929793-0-Screenshot 2025-12-27 140657.png deleted file mode 100644 index a32313d..0000000 Binary files a/storage/posts/images/1766831929793-0-Screenshot 2025-12-27 140657.png and /dev/null differ diff --git a/storage/posts/images/1766831929795-1-Screenshot 2025-12-27 140707.png b/storage/posts/images/1766831929795-1-Screenshot 2025-12-27 140707.png deleted file mode 100644 index e67eb97..0000000 Binary files a/storage/posts/images/1766831929795-1-Screenshot 2025-12-27 140707.png and /dev/null differ diff --git a/storage/posts/images/1766831929797-2-Screenshot 2025-12-27 140718.png b/storage/posts/images/1766831929797-2-Screenshot 2025-12-27 140718.png deleted file mode 100644 index b444c62..0000000 Binary files a/storage/posts/images/1766831929797-2-Screenshot 2025-12-27 140718.png and /dev/null differ diff --git a/storage/posts/images/1766831929800-3-Screenshot 2025-12-27 140736.png b/storage/posts/images/1766831929800-3-Screenshot 2025-12-27 140736.png deleted file mode 100644 index 50109d7..0000000 Binary files a/storage/posts/images/1766831929800-3-Screenshot 2025-12-27 140736.png and /dev/null differ diff --git a/storage/posts/images/1766831929802-4-Screenshot 2025-12-27 140752.png b/storage/posts/images/1766831929802-4-Screenshot 2025-12-27 140752.png deleted file mode 100644 index f994ac5..0000000 Binary files a/storage/posts/images/1766831929802-4-Screenshot 2025-12-27 140752.png and /dev/null differ diff --git a/storage/posts/images/1766831929804-5-Screenshot 2025-12-27 140803.png b/storage/posts/images/1766831929804-5-Screenshot 2025-12-27 140803.png deleted file mode 100644 index 8d032f1..0000000 Binary files a/storage/posts/images/1766831929804-5-Screenshot 2025-12-27 140803.png and /dev/null differ diff --git a/storage/posts/images/1766833001914-0-Screenshot 2025-12-27 142625.png b/storage/posts/images/1766833001914-0-Screenshot 2025-12-27 142625.png deleted file mode 100644 index 55c42d8..0000000 Binary files a/storage/posts/images/1766833001914-0-Screenshot 2025-12-27 142625.png and /dev/null differ diff --git a/storage/posts/images/1766833112042-0-Screenshot 2025-12-27 142704.png b/storage/posts/images/1766833112042-0-Screenshot 2025-12-27 142704.png deleted file mode 100644 index f047f5f..0000000 Binary files a/storage/posts/images/1766833112042-0-Screenshot 2025-12-27 142704.png and /dev/null differ diff --git a/storage/posts/images/1766833112046-1-Screenshot 2025-12-27 142712.png b/storage/posts/images/1766833112046-1-Screenshot 2025-12-27 142712.png deleted file mode 100644 index 14e4077..0000000 Binary files a/storage/posts/images/1766833112046-1-Screenshot 2025-12-27 142712.png and /dev/null differ diff --git a/storage/posts/images/1766833112048-2-Screenshot 2025-12-27 142712.png b/storage/posts/images/1766833112048-2-Screenshot 2025-12-27 142712.png deleted file mode 100644 index 14e4077..0000000 Binary files a/storage/posts/images/1766833112048-2-Screenshot 2025-12-27 142712.png and /dev/null differ diff --git a/storage/posts/images/1766833112051-3-Screenshot 2025-12-27 142723.png b/storage/posts/images/1766833112051-3-Screenshot 2025-12-27 142723.png deleted file mode 100644 index 2d092cf..0000000 Binary files a/storage/posts/images/1766833112051-3-Screenshot 2025-12-27 142723.png and /dev/null differ diff --git a/storage/posts/images/1766833112055-4-Screenshot 2025-12-27 142730.png b/storage/posts/images/1766833112055-4-Screenshot 2025-12-27 142730.png deleted file mode 100644 index c45e121..0000000 Binary files a/storage/posts/images/1766833112055-4-Screenshot 2025-12-27 142730.png and /dev/null differ diff --git a/storage/posts/images/1766833112056-5-Screenshot 2025-12-27 142739.png b/storage/posts/images/1766833112056-5-Screenshot 2025-12-27 142739.png deleted file mode 100644 index 4f93282..0000000 Binary files a/storage/posts/images/1766833112056-5-Screenshot 2025-12-27 142739.png and /dev/null differ diff --git a/storage/posts/images/1766833112058-6-Screenshot 2025-12-27 142747.png b/storage/posts/images/1766833112058-6-Screenshot 2025-12-27 142747.png deleted file mode 100644 index 94e6959..0000000 Binary files a/storage/posts/images/1766833112058-6-Screenshot 2025-12-27 142747.png and /dev/null differ diff --git a/storage/posts/images/1766833112060-7-Screenshot 2025-12-27 142756.png b/storage/posts/images/1766833112060-7-Screenshot 2025-12-27 142756.png deleted file mode 100644 index 39b817c..0000000 Binary files a/storage/posts/images/1766833112060-7-Screenshot 2025-12-27 142756.png and /dev/null differ diff --git a/storage/posts/images/1766833207851-0-Screenshot 2025-12-27 142912.png b/storage/posts/images/1766833207851-0-Screenshot 2025-12-27 142912.png deleted file mode 100644 index d049676..0000000 Binary files a/storage/posts/images/1766833207851-0-Screenshot 2025-12-27 142912.png and /dev/null differ diff --git a/storage/posts/images/1766833207852-1-Screenshot 2025-12-27 142918.png b/storage/posts/images/1766833207852-1-Screenshot 2025-12-27 142918.png deleted file mode 100644 index 94ae797..0000000 Binary files a/storage/posts/images/1766833207852-1-Screenshot 2025-12-27 142918.png and /dev/null differ diff --git a/storage/posts/images/1766833207856-2-Screenshot 2025-12-27 142926.png b/storage/posts/images/1766833207856-2-Screenshot 2025-12-27 142926.png deleted file mode 100644 index cd1eeb2..0000000 Binary files a/storage/posts/images/1766833207856-2-Screenshot 2025-12-27 142926.png and /dev/null differ diff --git a/storage/posts/images/1766833207859-3-Screenshot 2025-12-27 142934.png b/storage/posts/images/1766833207859-3-Screenshot 2025-12-27 142934.png deleted file mode 100644 index 4fd1b3b..0000000 Binary files a/storage/posts/images/1766833207859-3-Screenshot 2025-12-27 142934.png and /dev/null differ diff --git a/storage/posts/images/1766833207860-4-Screenshot 2025-12-27 142943.png b/storage/posts/images/1766833207860-4-Screenshot 2025-12-27 142943.png deleted file mode 100644 index 57afccd..0000000 Binary files a/storage/posts/images/1766833207860-4-Screenshot 2025-12-27 142943.png and /dev/null differ diff --git a/storage/posts/images/1766833393721-0-Screenshot 2025-12-27 143154.png b/storage/posts/images/1766833393721-0-Screenshot 2025-12-27 143154.png deleted file mode 100644 index ea92c55..0000000 Binary files a/storage/posts/images/1766833393721-0-Screenshot 2025-12-27 143154.png and /dev/null differ diff --git a/storage/posts/images/1766833393723-1-Screenshot 2025-12-27 143205.png b/storage/posts/images/1766833393723-1-Screenshot 2025-12-27 143205.png deleted file mode 100644 index 82d713c..0000000 Binary files a/storage/posts/images/1766833393723-1-Screenshot 2025-12-27 143205.png and /dev/null differ diff --git a/storage/posts/images/1766833393725-2-Screenshot 2025-12-27 143223.png b/storage/posts/images/1766833393725-2-Screenshot 2025-12-27 143223.png deleted file mode 100644 index 48636a6..0000000 Binary files a/storage/posts/images/1766833393725-2-Screenshot 2025-12-27 143223.png and /dev/null differ diff --git a/storage/posts/images/1766833393727-3-Screenshot 2025-12-27 143232.png b/storage/posts/images/1766833393727-3-Screenshot 2025-12-27 143232.png deleted file mode 100644 index 5a081c5..0000000 Binary files a/storage/posts/images/1766833393727-3-Screenshot 2025-12-27 143232.png and /dev/null differ diff --git a/storage/posts/images/1766833393728-4-Screenshot 2025-12-27 143240.png b/storage/posts/images/1766833393728-4-Screenshot 2025-12-27 143240.png deleted file mode 100644 index de50121..0000000 Binary files a/storage/posts/images/1766833393728-4-Screenshot 2025-12-27 143240.png and /dev/null differ diff --git a/storage/posts/images/1766833526119-0-Screenshot 2025-12-27 143349.png b/storage/posts/images/1766833526119-0-Screenshot 2025-12-27 143349.png deleted file mode 100644 index b9f2364..0000000 Binary files a/storage/posts/images/1766833526119-0-Screenshot 2025-12-27 143349.png and /dev/null differ diff --git a/storage/posts/images/1766833526123-1-Screenshot 2025-12-27 143359.png b/storage/posts/images/1766833526123-1-Screenshot 2025-12-27 143359.png deleted file mode 100644 index 31260d1..0000000 Binary files a/storage/posts/images/1766833526123-1-Screenshot 2025-12-27 143359.png and /dev/null differ diff --git a/storage/posts/images/1766833526125-2-Screenshot 2025-12-27 143409.png b/storage/posts/images/1766833526125-2-Screenshot 2025-12-27 143409.png deleted file mode 100644 index 14231d6..0000000 Binary files a/storage/posts/images/1766833526125-2-Screenshot 2025-12-27 143409.png and /dev/null differ diff --git a/storage/posts/images/1766833526126-3-Screenshot 2025-12-27 143416.png b/storage/posts/images/1766833526126-3-Screenshot 2025-12-27 143416.png deleted file mode 100644 index f6eac33..0000000 Binary files a/storage/posts/images/1766833526126-3-Screenshot 2025-12-27 143416.png and /dev/null differ diff --git a/storage/posts/images/1766833526127-4-Screenshot 2025-12-27 143424.png b/storage/posts/images/1766833526127-4-Screenshot 2025-12-27 143424.png deleted file mode 100644 index 7723d64..0000000 Binary files a/storage/posts/images/1766833526127-4-Screenshot 2025-12-27 143424.png and /dev/null differ diff --git a/storage/posts/images/1766833526129-5-Screenshot 2025-12-27 143431.png b/storage/posts/images/1766833526129-5-Screenshot 2025-12-27 143431.png deleted file mode 100644 index cbf0ec5..0000000 Binary files a/storage/posts/images/1766833526129-5-Screenshot 2025-12-27 143431.png and /dev/null differ diff --git a/storage/posts/images/1766833526131-6-Screenshot 2025-12-27 143437.png b/storage/posts/images/1766833526131-6-Screenshot 2025-12-27 143437.png deleted file mode 100644 index 036f294..0000000 Binary files a/storage/posts/images/1766833526131-6-Screenshot 2025-12-27 143437.png and /dev/null differ diff --git a/storage/posts/images/1766833526134-7-Screenshot 2025-12-27 143446.png b/storage/posts/images/1766833526134-7-Screenshot 2025-12-27 143446.png deleted file mode 100644 index 30e2904..0000000 Binary files a/storage/posts/images/1766833526134-7-Screenshot 2025-12-27 143446.png and /dev/null differ diff --git a/storage/posts/images/1766833712595-0-Screenshot 2025-12-27 143635.png b/storage/posts/images/1766833712595-0-Screenshot 2025-12-27 143635.png deleted file mode 100644 index 69a226e..0000000 Binary files a/storage/posts/images/1766833712595-0-Screenshot 2025-12-27 143635.png and /dev/null differ diff --git a/storage/posts/images/1766833712598-1-Screenshot 2025-12-27 143647.png b/storage/posts/images/1766833712598-1-Screenshot 2025-12-27 143647.png deleted file mode 100644 index 38bd766..0000000 Binary files a/storage/posts/images/1766833712598-1-Screenshot 2025-12-27 143647.png and /dev/null differ diff --git a/storage/posts/images/1766833712600-2-Screenshot 2025-12-27 143658.png b/storage/posts/images/1766833712600-2-Screenshot 2025-12-27 143658.png deleted file mode 100644 index 134ecc7..0000000 Binary files a/storage/posts/images/1766833712600-2-Screenshot 2025-12-27 143658.png and /dev/null differ diff --git a/storage/posts/images/1766833712602-3-Screenshot 2025-12-27 143709.png b/storage/posts/images/1766833712602-3-Screenshot 2025-12-27 143709.png deleted file mode 100644 index ef7ab3d..0000000 Binary files a/storage/posts/images/1766833712602-3-Screenshot 2025-12-27 143709.png and /dev/null differ diff --git a/storage/posts/images/1766833712604-4-Screenshot 2025-12-27 143718.png b/storage/posts/images/1766833712604-4-Screenshot 2025-12-27 143718.png deleted file mode 100644 index 3d198f4..0000000 Binary files a/storage/posts/images/1766833712604-4-Screenshot 2025-12-27 143718.png and /dev/null differ diff --git a/storage/posts/images/1766833712606-5-Screenshot 2025-12-27 143731.png b/storage/posts/images/1766833712606-5-Screenshot 2025-12-27 143731.png deleted file mode 100644 index faa1a13..0000000 Binary files a/storage/posts/images/1766833712606-5-Screenshot 2025-12-27 143731.png and /dev/null differ diff --git a/storage/posts/images/1766833788706-0-Screenshot 2025-12-27 143930.png b/storage/posts/images/1766833788706-0-Screenshot 2025-12-27 143930.png deleted file mode 100644 index c5380e6..0000000 Binary files a/storage/posts/images/1766833788706-0-Screenshot 2025-12-27 143930.png and /dev/null differ diff --git a/storage/posts/images/1766834234100-0-Screenshot 2025-12-27 144647.png b/storage/posts/images/1766834234100-0-Screenshot 2025-12-27 144647.png deleted file mode 100644 index 5e8ba16..0000000 Binary files a/storage/posts/images/1766834234100-0-Screenshot 2025-12-27 144647.png and /dev/null differ diff --git a/storage/posts/images/1766834941369-0-Screenshot 2025-12-27 145850.png b/storage/posts/images/1766834941369-0-Screenshot 2025-12-27 145850.png deleted file mode 100644 index 5c6e247..0000000 Binary files a/storage/posts/images/1766834941369-0-Screenshot 2025-12-27 145850.png and /dev/null differ diff --git a/storage/posts/images/1766834984676-0-Screenshot 2025-12-27 145931.png b/storage/posts/images/1766834984676-0-Screenshot 2025-12-27 145931.png deleted file mode 100644 index fbc491d..0000000 Binary files a/storage/posts/images/1766834984676-0-Screenshot 2025-12-27 145931.png and /dev/null differ diff --git a/storage/posts/images/1766835008690-0-Screenshot 2025-12-27 145956.png b/storage/posts/images/1766835008690-0-Screenshot 2025-12-27 145956.png deleted file mode 100644 index fae10c8..0000000 Binary files a/storage/posts/images/1766835008690-0-Screenshot 2025-12-27 145956.png and /dev/null differ diff --git a/storage/posts/images/1766835448287-0-Screenshot 2025-12-27 150617.png b/storage/posts/images/1766835448287-0-Screenshot 2025-12-27 150617.png deleted file mode 100644 index f171242..0000000 Binary files a/storage/posts/images/1766835448287-0-Screenshot 2025-12-27 150617.png and /dev/null differ diff --git a/storage/posts/images/1766835448290-1-Screenshot 2025-12-27 150625.png b/storage/posts/images/1766835448290-1-Screenshot 2025-12-27 150625.png deleted file mode 100644 index 06b4b4f..0000000 Binary files a/storage/posts/images/1766835448290-1-Screenshot 2025-12-27 150625.png and /dev/null differ diff --git a/storage/posts/images/1766835448308-2-Screenshot 2025-12-27 150636.png b/storage/posts/images/1766835448308-2-Screenshot 2025-12-27 150636.png deleted file mode 100644 index 4059c6a..0000000 Binary files a/storage/posts/images/1766835448308-2-Screenshot 2025-12-27 150636.png and /dev/null differ diff --git a/storage/posts/images/1766835448323-3-Screenshot 2025-12-27 150644.png b/storage/posts/images/1766835448323-3-Screenshot 2025-12-27 150644.png deleted file mode 100644 index 5d5b02f..0000000 Binary files a/storage/posts/images/1766835448323-3-Screenshot 2025-12-27 150644.png and /dev/null differ diff --git a/storage/posts/images/1766835448329-4-Screenshot 2025-12-27 150652.png b/storage/posts/images/1766835448329-4-Screenshot 2025-12-27 150652.png deleted file mode 100644 index 4eb7934..0000000 Binary files a/storage/posts/images/1766835448329-4-Screenshot 2025-12-27 150652.png and /dev/null differ diff --git a/storage/posts/images/1766835954615-0-Screenshot 2025-12-27 151325.png b/storage/posts/images/1766835954615-0-Screenshot 2025-12-27 151325.png deleted file mode 100644 index e5abc7c..0000000 Binary files a/storage/posts/images/1766835954615-0-Screenshot 2025-12-27 151325.png and /dev/null differ diff --git a/storage/posts/images/1766835954616-1-Screenshot 2025-12-27 151337.png b/storage/posts/images/1766835954616-1-Screenshot 2025-12-27 151337.png deleted file mode 100644 index c17f3e8..0000000 Binary files a/storage/posts/images/1766835954616-1-Screenshot 2025-12-27 151337.png and /dev/null differ diff --git a/storage/posts/images/1766835954616-2-Screenshot 2025-12-27 151346.png b/storage/posts/images/1766835954616-2-Screenshot 2025-12-27 151346.png deleted file mode 100644 index 02889dc..0000000 Binary files a/storage/posts/images/1766835954616-2-Screenshot 2025-12-27 151346.png and /dev/null differ diff --git a/storage/posts/images/1766835954621-3-Screenshot 2025-12-27 151354.png b/storage/posts/images/1766835954621-3-Screenshot 2025-12-27 151354.png deleted file mode 100644 index 08999b0..0000000 Binary files a/storage/posts/images/1766835954621-3-Screenshot 2025-12-27 151354.png and /dev/null differ diff --git a/storage/posts/images/1766835954622-4-Screenshot 2025-12-27 151403.png b/storage/posts/images/1766835954622-4-Screenshot 2025-12-27 151403.png deleted file mode 100644 index 512b093..0000000 Binary files a/storage/posts/images/1766835954622-4-Screenshot 2025-12-27 151403.png and /dev/null differ diff --git a/storage/posts/images/1766835954625-5-Screenshot 2025-12-27 151415.png b/storage/posts/images/1766835954625-5-Screenshot 2025-12-27 151415.png deleted file mode 100644 index cd56f89..0000000 Binary files a/storage/posts/images/1766835954625-5-Screenshot 2025-12-27 151415.png and /dev/null differ diff --git a/storage/posts/images/1766835954626-6-Screenshot 2025-12-27 151431.png b/storage/posts/images/1766835954626-6-Screenshot 2025-12-27 151431.png deleted file mode 100644 index c0451ed..0000000 Binary files a/storage/posts/images/1766835954626-6-Screenshot 2025-12-27 151431.png and /dev/null differ diff --git a/storage/posts/images/1766835954628-7-Screenshot 2025-12-27 151442.png b/storage/posts/images/1766835954628-7-Screenshot 2025-12-27 151442.png deleted file mode 100644 index 2ef6b91..0000000 Binary files a/storage/posts/images/1766835954628-7-Screenshot 2025-12-27 151442.png and /dev/null differ diff --git a/storage/posts/images/1766835954629-8-Screenshot 2025-12-27 151452.png b/storage/posts/images/1766835954629-8-Screenshot 2025-12-27 151452.png deleted file mode 100644 index ba862b4..0000000 Binary files a/storage/posts/images/1766835954629-8-Screenshot 2025-12-27 151452.png and /dev/null differ diff --git a/storage/posts/images/1766835954632-9-Screenshot 2025-12-27 151504.png b/storage/posts/images/1766835954632-9-Screenshot 2025-12-27 151504.png deleted file mode 100644 index 6d6b2c2..0000000 Binary files a/storage/posts/images/1766835954632-9-Screenshot 2025-12-27 151504.png and /dev/null differ diff --git a/storage/posts/images/1766836154700-0-Screenshot 2025-12-27 151646.png b/storage/posts/images/1766836154700-0-Screenshot 2025-12-27 151646.png deleted file mode 100644 index 9e45b1d..0000000 Binary files a/storage/posts/images/1766836154700-0-Screenshot 2025-12-27 151646.png and /dev/null differ diff --git a/storage/posts/images/1766836154702-1-Screenshot 2025-12-27 151658.png b/storage/posts/images/1766836154702-1-Screenshot 2025-12-27 151658.png deleted file mode 100644 index 5f0ffe9..0000000 Binary files a/storage/posts/images/1766836154702-1-Screenshot 2025-12-27 151658.png and /dev/null differ diff --git a/storage/posts/images/1766836154706-2-Screenshot 2025-12-27 151711.png b/storage/posts/images/1766836154706-2-Screenshot 2025-12-27 151711.png deleted file mode 100644 index 5922e34..0000000 Binary files a/storage/posts/images/1766836154706-2-Screenshot 2025-12-27 151711.png and /dev/null differ diff --git a/storage/posts/images/1766836154709-3-Screenshot 2025-12-27 151722.png b/storage/posts/images/1766836154709-3-Screenshot 2025-12-27 151722.png deleted file mode 100644 index 3692f55..0000000 Binary files a/storage/posts/images/1766836154709-3-Screenshot 2025-12-27 151722.png and /dev/null differ diff --git a/storage/posts/images/1766836154713-4-Screenshot 2025-12-27 151735.png b/storage/posts/images/1766836154713-4-Screenshot 2025-12-27 151735.png deleted file mode 100644 index 6f7aa9d..0000000 Binary files a/storage/posts/images/1766836154713-4-Screenshot 2025-12-27 151735.png and /dev/null differ diff --git a/storage/posts/images/1766836154717-5-Screenshot 2025-12-27 151745.png b/storage/posts/images/1766836154717-5-Screenshot 2025-12-27 151745.png deleted file mode 100644 index 4b35396..0000000 Binary files a/storage/posts/images/1766836154717-5-Screenshot 2025-12-27 151745.png and /dev/null differ diff --git a/storage/posts/images/1766836154719-6-Screenshot 2025-12-27 151755.png b/storage/posts/images/1766836154719-6-Screenshot 2025-12-27 151755.png deleted file mode 100644 index e581294..0000000 Binary files a/storage/posts/images/1766836154719-6-Screenshot 2025-12-27 151755.png and /dev/null differ diff --git a/storage/posts/images/1766836154723-7-Screenshot 2025-12-27 151805.png b/storage/posts/images/1766836154723-7-Screenshot 2025-12-27 151805.png deleted file mode 100644 index 2c8c7e9..0000000 Binary files a/storage/posts/images/1766836154723-7-Screenshot 2025-12-27 151805.png and /dev/null differ diff --git a/storage/posts/images/1766836154724-8-Screenshot 2025-12-27 151816.png b/storage/posts/images/1766836154724-8-Screenshot 2025-12-27 151816.png deleted file mode 100644 index 5989fea..0000000 Binary files a/storage/posts/images/1766836154724-8-Screenshot 2025-12-27 151816.png and /dev/null differ diff --git a/storage/posts/images/1766836154726-9-Screenshot 2025-12-27 151831.png b/storage/posts/images/1766836154726-9-Screenshot 2025-12-27 151831.png deleted file mode 100644 index 8f2aa8f..0000000 Binary files a/storage/posts/images/1766836154726-9-Screenshot 2025-12-27 151831.png and /dev/null differ diff --git a/storage/posts/images/1767012194534-0-Screenshot 2025-12-29 161237.png b/storage/posts/images/1767012194534-0-Screenshot 2025-12-29 161237.png deleted file mode 100644 index 3e1c15d..0000000 Binary files a/storage/posts/images/1767012194534-0-Screenshot 2025-12-29 161237.png and /dev/null differ diff --git a/storage/posts/images/1767012194540-1-Screenshot 2025-12-29 161246.png b/storage/posts/images/1767012194540-1-Screenshot 2025-12-29 161246.png deleted file mode 100644 index c9ba98f..0000000 Binary files a/storage/posts/images/1767012194540-1-Screenshot 2025-12-29 161246.png and /dev/null differ diff --git a/storage/posts/images/1767012194551-2-Screenshot 2025-12-29 161255.png b/storage/posts/images/1767012194551-2-Screenshot 2025-12-29 161255.png deleted file mode 100644 index 76a82d9..0000000 Binary files a/storage/posts/images/1767012194551-2-Screenshot 2025-12-29 161255.png and /dev/null differ diff --git a/storage/posts/images/1767012314446-0-Screenshot 2025-12-29 161334.png b/storage/posts/images/1767012314446-0-Screenshot 2025-12-29 161334.png deleted file mode 100644 index 57e9d2f..0000000 Binary files a/storage/posts/images/1767012314446-0-Screenshot 2025-12-29 161334.png and /dev/null differ diff --git a/storage/posts/images/1767012314450-1-Screenshot 2025-12-29 161356.png b/storage/posts/images/1767012314450-1-Screenshot 2025-12-29 161356.png deleted file mode 100644 index 67948a0..0000000 Binary files a/storage/posts/images/1767012314450-1-Screenshot 2025-12-29 161356.png and /dev/null differ diff --git a/storage/posts/images/1767012314453-2-Screenshot 2025-12-29 161407.png b/storage/posts/images/1767012314453-2-Screenshot 2025-12-29 161407.png deleted file mode 100644 index ec5b3b2..0000000 Binary files a/storage/posts/images/1767012314453-2-Screenshot 2025-12-29 161407.png and /dev/null differ diff --git a/storage/posts/images/1767012314461-3-Screenshot 2025-12-29 161418.png b/storage/posts/images/1767012314461-3-Screenshot 2025-12-29 161418.png deleted file mode 100644 index 626888e..0000000 Binary files a/storage/posts/images/1767012314461-3-Screenshot 2025-12-29 161418.png and /dev/null differ diff --git a/storage/posts/images/1767012314463-4-Screenshot 2025-12-29 161428.png b/storage/posts/images/1767012314463-4-Screenshot 2025-12-29 161428.png deleted file mode 100644 index 869f210..0000000 Binary files a/storage/posts/images/1767012314463-4-Screenshot 2025-12-29 161428.png and /dev/null differ diff --git a/storage/posts/images/1767012432640-0-Screenshot 2025-12-29 161618.png b/storage/posts/images/1767012432640-0-Screenshot 2025-12-29 161618.png deleted file mode 100644 index a5a935b..0000000 Binary files a/storage/posts/images/1767012432640-0-Screenshot 2025-12-29 161618.png and /dev/null differ diff --git a/storage/posts/images/1767012432642-1-Screenshot 2025-12-29 161627.png b/storage/posts/images/1767012432642-1-Screenshot 2025-12-29 161627.png deleted file mode 100644 index 7397b53..0000000 Binary files a/storage/posts/images/1767012432642-1-Screenshot 2025-12-29 161627.png and /dev/null differ diff --git a/storage/posts/images/1767012432644-2-Screenshot 2025-12-29 161637.png b/storage/posts/images/1767012432644-2-Screenshot 2025-12-29 161637.png deleted file mode 100644 index cc2e1bb..0000000 Binary files a/storage/posts/images/1767012432644-2-Screenshot 2025-12-29 161637.png and /dev/null differ diff --git a/storage/posts/images/1767012432646-3-Screenshot 2025-12-29 161649.png b/storage/posts/images/1767012432646-3-Screenshot 2025-12-29 161649.png deleted file mode 100644 index d0d9dac..0000000 Binary files a/storage/posts/images/1767012432646-3-Screenshot 2025-12-29 161649.png and /dev/null differ diff --git a/storage/posts/images/1767012583331-0-Screenshot 2025-12-29 161806.png b/storage/posts/images/1767012583331-0-Screenshot 2025-12-29 161806.png deleted file mode 100644 index 416a446..0000000 Binary files a/storage/posts/images/1767012583331-0-Screenshot 2025-12-29 161806.png and /dev/null differ diff --git a/storage/posts/images/1767012583333-1-Screenshot 2025-12-29 161816.png b/storage/posts/images/1767012583333-1-Screenshot 2025-12-29 161816.png deleted file mode 100644 index 42c3421..0000000 Binary files a/storage/posts/images/1767012583333-1-Screenshot 2025-12-29 161816.png and /dev/null differ diff --git a/storage/posts/images/1767012583334-2-Screenshot 2025-12-29 161823.png b/storage/posts/images/1767012583334-2-Screenshot 2025-12-29 161823.png deleted file mode 100644 index c3bd19f..0000000 Binary files a/storage/posts/images/1767012583334-2-Screenshot 2025-12-29 161823.png and /dev/null differ diff --git a/storage/posts/images/1767012583335-3-Screenshot 2025-12-29 161831.png b/storage/posts/images/1767012583335-3-Screenshot 2025-12-29 161831.png deleted file mode 100644 index c990f29..0000000 Binary files a/storage/posts/images/1767012583335-3-Screenshot 2025-12-29 161831.png and /dev/null differ diff --git a/storage/posts/images/1767012583337-4-Screenshot 2025-12-29 161840.png b/storage/posts/images/1767012583337-4-Screenshot 2025-12-29 161840.png deleted file mode 100644 index a4c666e..0000000 Binary files a/storage/posts/images/1767012583337-4-Screenshot 2025-12-29 161840.png and /dev/null differ diff --git a/storage/posts/images/1767012583338-5-Screenshot 2025-12-29 161848.png b/storage/posts/images/1767012583338-5-Screenshot 2025-12-29 161848.png deleted file mode 100644 index f30b11a..0000000 Binary files a/storage/posts/images/1767012583338-5-Screenshot 2025-12-29 161848.png and /dev/null differ diff --git a/storage/posts/images/1767012583340-6-Screenshot 2025-12-29 161858.png b/storage/posts/images/1767012583340-6-Screenshot 2025-12-29 161858.png deleted file mode 100644 index 157281b..0000000 Binary files a/storage/posts/images/1767012583340-6-Screenshot 2025-12-29 161858.png and /dev/null differ diff --git a/storage/posts/images/1767012583341-7-Screenshot 2025-12-29 161908.png b/storage/posts/images/1767012583341-7-Screenshot 2025-12-29 161908.png deleted file mode 100644 index d5416d3..0000000 Binary files a/storage/posts/images/1767012583341-7-Screenshot 2025-12-29 161908.png and /dev/null differ diff --git a/storage/posts/images/1768587395573-0-99BDDEA4-1747-40CE-A845-0C3C02A8B6C2.png b/storage/posts/images/1768587395573-0-99BDDEA4-1747-40CE-A845-0C3C02A8B6C2.png deleted file mode 100644 index 3877c96..0000000 Binary files a/storage/posts/images/1768587395573-0-99BDDEA4-1747-40CE-A845-0C3C02A8B6C2.png and /dev/null differ diff --git a/storage/posts/images/1770147379702-0-1000000290.jpg b/storage/posts/images/1770147379702-0-1000000290.jpg deleted file mode 100644 index 7dab313..0000000 Binary files a/storage/posts/images/1770147379702-0-1000000290.jpg and /dev/null differ diff --git a/storage/posts/images/1770147379709-1-1000062368.jpg b/storage/posts/images/1770147379709-1-1000062368.jpg deleted file mode 100644 index 1e6ac3e..0000000 Binary files a/storage/posts/images/1770147379709-1-1000062368.jpg and /dev/null differ diff --git a/storage/posts/images/1770147481616-0-1000027180.webp b/storage/posts/images/1770147481616-0-1000027180.webp deleted file mode 100644 index 9164d2f..0000000 Binary files a/storage/posts/images/1770147481616-0-1000027180.webp and /dev/null differ diff --git a/storage/posts/images/1770147544616-0-1000020445.jpg b/storage/posts/images/1770147544616-0-1000020445.jpg deleted file mode 100644 index 2a49f2b..0000000 Binary files a/storage/posts/images/1770147544616-0-1000020445.jpg and /dev/null differ diff --git a/storage/posts/images/1770147634430-0-1000062375.jpg b/storage/posts/images/1770147634430-0-1000062375.jpg deleted file mode 100644 index c2e1242..0000000 Binary files a/storage/posts/images/1770147634430-0-1000062375.jpg and /dev/null differ diff --git a/storage/posts/images/1771318448792-0-Screenshot 2026-02-17 122351.png b/storage/posts/images/1771318448792-0-Screenshot 2026-02-17 122351.png deleted file mode 100644 index 3d8d8ad..0000000 Binary files a/storage/posts/images/1771318448792-0-Screenshot 2026-02-17 122351.png and /dev/null differ diff --git a/storage/posts/images/1771318497800-0-Screenshot 2026-02-17 122418.png b/storage/posts/images/1771318497800-0-Screenshot 2026-02-17 122418.png deleted file mode 100644 index 556fee7..0000000 Binary files a/storage/posts/images/1771318497800-0-Screenshot 2026-02-17 122418.png and /dev/null differ diff --git a/storage/posts/images/1771318497809-1-Screenshot 2026-02-17 122429.png b/storage/posts/images/1771318497809-1-Screenshot 2026-02-17 122429.png deleted file mode 100644 index f81eac2..0000000 Binary files a/storage/posts/images/1771318497809-1-Screenshot 2026-02-17 122429.png and /dev/null differ diff --git a/storage/posts/images/1771318535310-0-Screenshot 2026-02-17 122519.png b/storage/posts/images/1771318535310-0-Screenshot 2026-02-17 122519.png deleted file mode 100644 index 37d3b4c..0000000 Binary files a/storage/posts/images/1771318535310-0-Screenshot 2026-02-17 122519.png and /dev/null differ diff --git a/storage/posts/images/1771319236641-0-Screenshot 2026-02-17 123633.png b/storage/posts/images/1771319236641-0-Screenshot 2026-02-17 123633.png deleted file mode 100644 index 29125d1..0000000 Binary files a/storage/posts/images/1771319236641-0-Screenshot 2026-02-17 123633.png and /dev/null differ diff --git a/storage/posts/images/1771937166547-0-جواز کسب چاپ.jpg b/storage/posts/images/1771937166547-0-جواز کسب چاپ.jpg deleted file mode 100644 index 2f2c38f..0000000 Binary files a/storage/posts/images/1771937166547-0-جواز کسب چاپ.jpg and /dev/null differ diff --git a/storage/posts/images/1771937166555-1-جواز کسب چاپ.jpg b/storage/posts/images/1771937166555-1-جواز کسب چاپ.jpg deleted file mode 100644 index 2f2c38f..0000000 Binary files a/storage/posts/images/1771937166555-1-جواز کسب چاپ.jpg and /dev/null differ diff --git a/storage/posts/images/1771937166556-2-WhatsApp Image 2026-02-23 at 19.48.14.jpeg b/storage/posts/images/1771937166556-2-WhatsApp Image 2026-02-23 at 19.48.14.jpeg deleted file mode 100644 index c8e0da7..0000000 Binary files a/storage/posts/images/1771937166556-2-WhatsApp Image 2026-02-23 at 19.48.14.jpeg and /dev/null differ diff --git a/storage/posts/images/1771937166556-3-25.jpg b/storage/posts/images/1771937166556-3-25.jpg deleted file mode 100644 index 59a0b41..0000000 Binary files a/storage/posts/images/1771937166556-3-25.jpg and /dev/null differ diff --git a/storage/posts/images/1771937166556-4-ایرانکیش.png b/storage/posts/images/1771937166556-4-ایرانکیش.png deleted file mode 100644 index c32af49..0000000 Binary files a/storage/posts/images/1771937166556-4-ایرانکیش.png and /dev/null differ diff --git a/storage/posts/images/1771937166558-5-برابر با اصل.png b/storage/posts/images/1771937166558-5-برابر با اصل.png deleted file mode 100644 index 77f67c4..0000000 Binary files a/storage/posts/images/1771937166558-5-برابر با اصل.png and /dev/null differ diff --git a/storage/posts/images/1771937166558-6-25.jpg b/storage/posts/images/1771937166558-6-25.jpg deleted file mode 100644 index 59a0b41..0000000 Binary files a/storage/posts/images/1771937166558-6-25.jpg and /dev/null differ diff --git a/storage/posts/images/1771937166559-7-برابر با اصل.png b/storage/posts/images/1771937166559-7-برابر با اصل.png deleted file mode 100644 index 77f67c4..0000000 Binary files a/storage/posts/images/1771937166559-7-برابر با اصل.png and /dev/null differ diff --git a/storage/posts/images/1771937166559-8-ایرانکیش.png b/storage/posts/images/1771937166559-8-ایرانکیش.png deleted file mode 100644 index c32af49..0000000 Binary files a/storage/posts/images/1771937166559-8-ایرانکیش.png and /dev/null differ diff --git a/storage/posts/images/1772005219258-0-Screenshot 2026-02-25 110917.png b/storage/posts/images/1772005219258-0-Screenshot 2026-02-25 110917.png deleted file mode 100644 index b5ec2cf..0000000 Binary files a/storage/posts/images/1772005219258-0-Screenshot 2026-02-25 110917.png and /dev/null differ diff --git a/storage/posts/images/1772005219264-1-Screenshot 2026-02-25 110927.png b/storage/posts/images/1772005219264-1-Screenshot 2026-02-25 110927.png deleted file mode 100644 index 908fdb5..0000000 Binary files a/storage/posts/images/1772005219264-1-Screenshot 2026-02-25 110927.png and /dev/null differ diff --git a/storage/posts/images/1772005219268-2-Screenshot 2026-02-25 110936.png b/storage/posts/images/1772005219268-2-Screenshot 2026-02-25 110936.png deleted file mode 100644 index 3ac68c7..0000000 Binary files a/storage/posts/images/1772005219268-2-Screenshot 2026-02-25 110936.png and /dev/null differ diff --git a/storage/posts/images/1772005219275-3-Screenshot 2026-02-25 110946.png b/storage/posts/images/1772005219275-3-Screenshot 2026-02-25 110946.png deleted file mode 100644 index e6912ea..0000000 Binary files a/storage/posts/images/1772005219275-3-Screenshot 2026-02-25 110946.png and /dev/null differ diff --git a/storage/posts/images/1772005403146-0-Screenshot 2026-02-25 111113.png b/storage/posts/images/1772005403146-0-Screenshot 2026-02-25 111113.png deleted file mode 100644 index 28fa84d..0000000 Binary files a/storage/posts/images/1772005403146-0-Screenshot 2026-02-25 111113.png and /dev/null differ diff --git a/storage/posts/images/1772005403148-1-Screenshot 2026-02-25 111120.png b/storage/posts/images/1772005403148-1-Screenshot 2026-02-25 111120.png deleted file mode 100644 index 3fc7884..0000000 Binary files a/storage/posts/images/1772005403148-1-Screenshot 2026-02-25 111120.png and /dev/null differ diff --git a/storage/posts/images/1772005403149-2-Screenshot 2026-02-25 111138.png b/storage/posts/images/1772005403149-2-Screenshot 2026-02-25 111138.png deleted file mode 100644 index a4ff3d8..0000000 Binary files a/storage/posts/images/1772005403149-2-Screenshot 2026-02-25 111138.png and /dev/null differ diff --git a/storage/posts/images/1772005403152-3-Screenshot 2026-02-25 111150.png b/storage/posts/images/1772005403152-3-Screenshot 2026-02-25 111150.png deleted file mode 100644 index edc90f9..0000000 Binary files a/storage/posts/images/1772005403152-3-Screenshot 2026-02-25 111150.png and /dev/null differ diff --git a/storage/posts/images/1772005403154-4-Screenshot 2026-02-25 111158.png b/storage/posts/images/1772005403154-4-Screenshot 2026-02-25 111158.png deleted file mode 100644 index 0d4573d..0000000 Binary files a/storage/posts/images/1772005403154-4-Screenshot 2026-02-25 111158.png and /dev/null differ diff --git a/storage/posts/images/1772005403156-5-Screenshot 2026-02-25 111207.png b/storage/posts/images/1772005403156-5-Screenshot 2026-02-25 111207.png deleted file mode 100644 index 0b67caa..0000000 Binary files a/storage/posts/images/1772005403156-5-Screenshot 2026-02-25 111207.png and /dev/null differ diff --git a/storage/posts/images/1772005403157-6-Screenshot 2026-02-25 111215.png b/storage/posts/images/1772005403157-6-Screenshot 2026-02-25 111215.png deleted file mode 100644 index b3ac46a..0000000 Binary files a/storage/posts/images/1772005403157-6-Screenshot 2026-02-25 111215.png and /dev/null differ diff --git a/storage/posts/images/1772005403160-7-Screenshot 2026-02-25 111224.png b/storage/posts/images/1772005403160-7-Screenshot 2026-02-25 111224.png deleted file mode 100644 index 66eee03..0000000 Binary files a/storage/posts/images/1772005403160-7-Screenshot 2026-02-25 111224.png and /dev/null differ diff --git a/storage/posts/images/1772005643556-0-Screenshot 2026-02-25 111507.png b/storage/posts/images/1772005643556-0-Screenshot 2026-02-25 111507.png deleted file mode 100644 index 4d6e50f..0000000 Binary files a/storage/posts/images/1772005643556-0-Screenshot 2026-02-25 111507.png and /dev/null differ diff --git a/storage/posts/images/1772005643557-1-Screenshot 2026-02-25 111515.png b/storage/posts/images/1772005643557-1-Screenshot 2026-02-25 111515.png deleted file mode 100644 index 5555583..0000000 Binary files a/storage/posts/images/1772005643557-1-Screenshot 2026-02-25 111515.png and /dev/null differ diff --git a/storage/posts/images/1772005643561-2-Screenshot 2026-02-25 111523.png b/storage/posts/images/1772005643561-2-Screenshot 2026-02-25 111523.png deleted file mode 100644 index c53ebf2..0000000 Binary files a/storage/posts/images/1772005643561-2-Screenshot 2026-02-25 111523.png and /dev/null differ diff --git a/storage/posts/images/1772005643565-3-Screenshot 2026-02-25 111531.png b/storage/posts/images/1772005643565-3-Screenshot 2026-02-25 111531.png deleted file mode 100644 index 0759449..0000000 Binary files a/storage/posts/images/1772005643565-3-Screenshot 2026-02-25 111531.png and /dev/null differ diff --git a/storage/posts/images/1772005643568-4-Screenshot 2026-02-25 111544.png b/storage/posts/images/1772005643568-4-Screenshot 2026-02-25 111544.png deleted file mode 100644 index 8e44ed2..0000000 Binary files a/storage/posts/images/1772005643568-4-Screenshot 2026-02-25 111544.png and /dev/null differ diff --git a/storage/posts/images/1772005643572-5-Screenshot 2026-02-25 111553.png b/storage/posts/images/1772005643572-5-Screenshot 2026-02-25 111553.png deleted file mode 100644 index aa90d0b..0000000 Binary files a/storage/posts/images/1772005643572-5-Screenshot 2026-02-25 111553.png and /dev/null differ diff --git a/storage/posts/images/1772006873900-0-Screenshot 2026-02-25 113650.png b/storage/posts/images/1772006873900-0-Screenshot 2026-02-25 113650.png deleted file mode 100644 index 9ee7454..0000000 Binary files a/storage/posts/images/1772006873900-0-Screenshot 2026-02-25 113650.png and /dev/null differ diff --git a/storage/posts/images/1772006873901-1-Screenshot 2026-02-25 113700.png b/storage/posts/images/1772006873901-1-Screenshot 2026-02-25 113700.png deleted file mode 100644 index 438819d..0000000 Binary files a/storage/posts/images/1772006873901-1-Screenshot 2026-02-25 113700.png and /dev/null differ diff --git a/storage/posts/images/1772006873903-2-Screenshot 2026-02-25 113708.png b/storage/posts/images/1772006873903-2-Screenshot 2026-02-25 113708.png deleted file mode 100644 index 756b5bc..0000000 Binary files a/storage/posts/images/1772006873903-2-Screenshot 2026-02-25 113708.png and /dev/null differ diff --git a/storage/posts/images/1772007754876-0-Screenshot 2026-02-25 115151.png b/storage/posts/images/1772007754876-0-Screenshot 2026-02-25 115151.png deleted file mode 100644 index 34987ae..0000000 Binary files a/storage/posts/images/1772007754876-0-Screenshot 2026-02-25 115151.png and /dev/null differ diff --git a/storage/posts/images/1772007754878-1-Screenshot 2026-02-25 115203.png b/storage/posts/images/1772007754878-1-Screenshot 2026-02-25 115203.png deleted file mode 100644 index 0eb3b99..0000000 Binary files a/storage/posts/images/1772007754878-1-Screenshot 2026-02-25 115203.png and /dev/null differ diff --git a/storage/posts/images/1772008927075-0-Screenshot 2026-02-25 121040.png b/storage/posts/images/1772008927075-0-Screenshot 2026-02-25 121040.png deleted file mode 100644 index 7ef99af..0000000 Binary files a/storage/posts/images/1772008927075-0-Screenshot 2026-02-25 121040.png and /dev/null differ diff --git a/storage/posts/images/1772008927081-1-Screenshot 2026-02-25 121048.png b/storage/posts/images/1772008927081-1-Screenshot 2026-02-25 121048.png deleted file mode 100644 index 62b90c5..0000000 Binary files a/storage/posts/images/1772008927081-1-Screenshot 2026-02-25 121048.png and /dev/null differ diff --git a/storage/posts/images/1772008927086-2-Screenshot 2026-02-25 121056.png b/storage/posts/images/1772008927086-2-Screenshot 2026-02-25 121056.png deleted file mode 100644 index 7996146..0000000 Binary files a/storage/posts/images/1772008927086-2-Screenshot 2026-02-25 121056.png and /dev/null differ diff --git a/storage/posts/images/1772008927089-3-Screenshot 2026-02-25 121103.png b/storage/posts/images/1772008927089-3-Screenshot 2026-02-25 121103.png deleted file mode 100644 index 14900ad..0000000 Binary files a/storage/posts/images/1772008927089-3-Screenshot 2026-02-25 121103.png and /dev/null differ diff --git a/storage/posts/images/1772008927090-4-Screenshot 2026-02-25 121112.png b/storage/posts/images/1772008927090-4-Screenshot 2026-02-25 121112.png deleted file mode 100644 index ec461f4..0000000 Binary files a/storage/posts/images/1772008927090-4-Screenshot 2026-02-25 121112.png and /dev/null differ diff --git a/storage/posts/images/1772008927091-5-Screenshot 2026-02-25 121122.png b/storage/posts/images/1772008927091-5-Screenshot 2026-02-25 121122.png deleted file mode 100644 index a31929c..0000000 Binary files a/storage/posts/images/1772008927091-5-Screenshot 2026-02-25 121122.png and /dev/null differ diff --git a/storage/posts/images/1772009092099-0-Screenshot 2026-02-25 121429.png b/storage/posts/images/1772009092099-0-Screenshot 2026-02-25 121429.png deleted file mode 100644 index 12b51cf..0000000 Binary files a/storage/posts/images/1772009092099-0-Screenshot 2026-02-25 121429.png and /dev/null differ diff --git a/storage/posts/images/1772012691834-0-Screenshot 2026-02-25 131432.png b/storage/posts/images/1772012691834-0-Screenshot 2026-02-25 131432.png deleted file mode 100644 index ec98395..0000000 Binary files a/storage/posts/images/1772012691834-0-Screenshot 2026-02-25 131432.png and /dev/null differ diff --git a/storage/posts/images/1772012780516-0-Screenshot 2026-02-25 131555.png b/storage/posts/images/1772012780516-0-Screenshot 2026-02-25 131555.png deleted file mode 100644 index 66d82af..0000000 Binary files a/storage/posts/images/1772012780516-0-Screenshot 2026-02-25 131555.png and /dev/null differ diff --git a/storage/posts/images/1772012913708-0-Screenshot 2026-02-25 131803.png b/storage/posts/images/1772012913708-0-Screenshot 2026-02-25 131803.png deleted file mode 100644 index 80032ec..0000000 Binary files a/storage/posts/images/1772012913708-0-Screenshot 2026-02-25 131803.png and /dev/null differ diff --git a/storage/posts/images/1772012913712-1-Screenshot 2026-02-25 131813.png b/storage/posts/images/1772012913712-1-Screenshot 2026-02-25 131813.png deleted file mode 100644 index 437a674..0000000 Binary files a/storage/posts/images/1772012913712-1-Screenshot 2026-02-25 131813.png and /dev/null differ diff --git a/storage/posts/images/1772012964803-0-Screenshot 2026-02-25 131850.png b/storage/posts/images/1772012964803-0-Screenshot 2026-02-25 131850.png deleted file mode 100644 index 555c033..0000000 Binary files a/storage/posts/images/1772012964803-0-Screenshot 2026-02-25 131850.png and /dev/null differ diff --git a/storage/posts/images/1772012964809-1-Screenshot 2026-02-25 131858.png b/storage/posts/images/1772012964809-1-Screenshot 2026-02-25 131858.png deleted file mode 100644 index 605eb48..0000000 Binary files a/storage/posts/images/1772012964809-1-Screenshot 2026-02-25 131858.png and /dev/null differ diff --git a/storage/posts/images/1772013007854-0-Screenshot 2026-02-25 131953.png b/storage/posts/images/1772013007854-0-Screenshot 2026-02-25 131953.png deleted file mode 100644 index 30749da..0000000 Binary files a/storage/posts/images/1772013007854-0-Screenshot 2026-02-25 131953.png and /dev/null differ diff --git a/storage/posts/images/1772013813096-0-Screenshot 2026-02-25 133258.png b/storage/posts/images/1772013813096-0-Screenshot 2026-02-25 133258.png deleted file mode 100644 index 406e1fc..0000000 Binary files a/storage/posts/images/1772013813096-0-Screenshot 2026-02-25 133258.png and /dev/null differ diff --git a/storage/posts/images/1772013830796-0-Screenshot 2026-02-25 133335.png b/storage/posts/images/1772013830796-0-Screenshot 2026-02-25 133335.png deleted file mode 100644 index b873c1c..0000000 Binary files a/storage/posts/images/1772013830796-0-Screenshot 2026-02-25 133335.png and /dev/null differ diff --git a/storage/posts/images/1772013864617-0-Screenshot 2026-02-25 133407.png b/storage/posts/images/1772013864617-0-Screenshot 2026-02-25 133407.png deleted file mode 100644 index bbf06dd..0000000 Binary files a/storage/posts/images/1772013864617-0-Screenshot 2026-02-25 133407.png and /dev/null differ diff --git a/storage/posts/images/1772089492705-0-Screenshot 2026-02-26 103357.png b/storage/posts/images/1772089492705-0-Screenshot 2026-02-26 103357.png deleted file mode 100644 index 8f2463f..0000000 Binary files a/storage/posts/images/1772089492705-0-Screenshot 2026-02-26 103357.png and /dev/null differ diff --git a/storage/posts/images/1772089492707-1-Screenshot 2026-02-26 103408.png b/storage/posts/images/1772089492707-1-Screenshot 2026-02-26 103408.png deleted file mode 100644 index fe32ada..0000000 Binary files a/storage/posts/images/1772089492707-1-Screenshot 2026-02-26 103408.png and /dev/null differ diff --git a/storage/posts/images/1772089648472-0-Screenshot 2026-02-26 103451.png b/storage/posts/images/1772089648472-0-Screenshot 2026-02-26 103451.png deleted file mode 100644 index 25303aa..0000000 Binary files a/storage/posts/images/1772089648472-0-Screenshot 2026-02-26 103451.png and /dev/null differ diff --git a/storage/posts/images/1772089648476-1-Screenshot 2026-02-26 103502.png b/storage/posts/images/1772089648476-1-Screenshot 2026-02-26 103502.png deleted file mode 100644 index ec509c4..0000000 Binary files a/storage/posts/images/1772089648476-1-Screenshot 2026-02-26 103502.png and /dev/null differ diff --git a/storage/posts/images/1772089648478-2-Screenshot 2026-02-26 103513.png b/storage/posts/images/1772089648478-2-Screenshot 2026-02-26 103513.png deleted file mode 100644 index c0c5a3f..0000000 Binary files a/storage/posts/images/1772089648478-2-Screenshot 2026-02-26 103513.png and /dev/null differ diff --git a/storage/posts/images/1772089804680-0-Screenshot 2026-02-26 103924.png b/storage/posts/images/1772089804680-0-Screenshot 2026-02-26 103924.png deleted file mode 100644 index 2b8d0cf..0000000 Binary files a/storage/posts/images/1772089804680-0-Screenshot 2026-02-26 103924.png and /dev/null differ diff --git a/storage/posts/images/1772089858080-0-Screenshot 2026-02-26 104032.png b/storage/posts/images/1772089858080-0-Screenshot 2026-02-26 104032.png deleted file mode 100644 index 4a31397..0000000 Binary files a/storage/posts/images/1772089858080-0-Screenshot 2026-02-26 104032.png and /dev/null differ diff --git a/storage/posts/images/1772089907943-0-Screenshot 2026-02-26 104128.png b/storage/posts/images/1772089907943-0-Screenshot 2026-02-26 104128.png deleted file mode 100644 index e0450bf..0000000 Binary files a/storage/posts/images/1772089907943-0-Screenshot 2026-02-26 104128.png and /dev/null differ diff --git a/storage/posts/images/1772090731693-0-Screenshot 2026-02-26 105438.png b/storage/posts/images/1772090731693-0-Screenshot 2026-02-26 105438.png deleted file mode 100644 index d2bc643..0000000 Binary files a/storage/posts/images/1772090731693-0-Screenshot 2026-02-26 105438.png and /dev/null differ diff --git a/storage/posts/images/1772090731694-1-Screenshot 2026-02-26 105449.png b/storage/posts/images/1772090731694-1-Screenshot 2026-02-26 105449.png deleted file mode 100644 index 98eb9b8..0000000 Binary files a/storage/posts/images/1772090731694-1-Screenshot 2026-02-26 105449.png and /dev/null differ diff --git a/storage/posts/images/1772090731695-2-Screenshot 2026-02-26 105503.png b/storage/posts/images/1772090731695-2-Screenshot 2026-02-26 105503.png deleted file mode 100644 index 5a36e80..0000000 Binary files a/storage/posts/images/1772090731695-2-Screenshot 2026-02-26 105503.png and /dev/null differ diff --git a/storage/posts/images/1772090796810-0-Screenshot 2026-02-26 105602.png b/storage/posts/images/1772090796810-0-Screenshot 2026-02-26 105602.png deleted file mode 100644 index e49de70..0000000 Binary files a/storage/posts/images/1772090796810-0-Screenshot 2026-02-26 105602.png and /dev/null differ diff --git a/storage/posts/images/1772090796814-1-Screenshot 2026-02-26 105616.png b/storage/posts/images/1772090796814-1-Screenshot 2026-02-26 105616.png deleted file mode 100644 index 082700c..0000000 Binary files a/storage/posts/images/1772090796814-1-Screenshot 2026-02-26 105616.png and /dev/null differ diff --git a/storage/posts/images/1772091468747-0-Screenshot 2026-02-26 110726.png b/storage/posts/images/1772091468747-0-Screenshot 2026-02-26 110726.png deleted file mode 100644 index b5a79b8..0000000 Binary files a/storage/posts/images/1772091468747-0-Screenshot 2026-02-26 110726.png and /dev/null differ diff --git a/storage/posts/images/1772092092369-0-Screenshot 2026-02-26 111756.png b/storage/posts/images/1772092092369-0-Screenshot 2026-02-26 111756.png deleted file mode 100644 index 49a849b..0000000 Binary files a/storage/posts/images/1772092092369-0-Screenshot 2026-02-26 111756.png and /dev/null differ diff --git a/storage/posts/images/1772092135121-0-Screenshot 2026-02-26 111841.png b/storage/posts/images/1772092135121-0-Screenshot 2026-02-26 111841.png deleted file mode 100644 index 18fbaaf..0000000 Binary files a/storage/posts/images/1772092135121-0-Screenshot 2026-02-26 111841.png and /dev/null differ diff --git a/storage/posts/images/1772092170652-0-Screenshot 2026-02-26 111911.png b/storage/posts/images/1772092170652-0-Screenshot 2026-02-26 111911.png deleted file mode 100644 index 18494a1..0000000 Binary files a/storage/posts/images/1772092170652-0-Screenshot 2026-02-26 111911.png and /dev/null differ diff --git a/storage/posts/images/1772092200763-0-Screenshot 2026-02-26 111949.png b/storage/posts/images/1772092200763-0-Screenshot 2026-02-26 111949.png deleted file mode 100644 index ae66c5d..0000000 Binary files a/storage/posts/images/1772092200763-0-Screenshot 2026-02-26 111949.png and /dev/null differ diff --git a/storage/posts/images/1772092233143-0-Screenshot 2026-02-26 112019.png b/storage/posts/images/1772092233143-0-Screenshot 2026-02-26 112019.png deleted file mode 100644 index 2e929e9..0000000 Binary files a/storage/posts/images/1772092233143-0-Screenshot 2026-02-26 112019.png and /dev/null differ diff --git a/storage/posts/images/1772094560963-0-Screenshot 2026-02-26 115834.png b/storage/posts/images/1772094560963-0-Screenshot 2026-02-26 115834.png deleted file mode 100644 index ef785c4..0000000 Binary files a/storage/posts/images/1772094560963-0-Screenshot 2026-02-26 115834.png and /dev/null differ diff --git a/storage/posts/images/1772094560967-1-Screenshot 2026-02-26 115843.png b/storage/posts/images/1772094560967-1-Screenshot 2026-02-26 115843.png deleted file mode 100644 index 0cf9fe6..0000000 Binary files a/storage/posts/images/1772094560967-1-Screenshot 2026-02-26 115843.png and /dev/null differ diff --git a/storage/posts/images/1772094560971-2-Screenshot 2026-02-26 115857.png b/storage/posts/images/1772094560971-2-Screenshot 2026-02-26 115857.png deleted file mode 100644 index 3b31442..0000000 Binary files a/storage/posts/images/1772094560971-2-Screenshot 2026-02-26 115857.png and /dev/null differ diff --git a/storage/posts/images/1772094619104-0-Screenshot 2026-02-26 120005.png b/storage/posts/images/1772094619104-0-Screenshot 2026-02-26 120005.png deleted file mode 100644 index 5e41b33..0000000 Binary files a/storage/posts/images/1772094619104-0-Screenshot 2026-02-26 120005.png and /dev/null differ diff --git a/storage/posts/images/1772095049648-0-Screenshot 2026-02-26 120711.png b/storage/posts/images/1772095049648-0-Screenshot 2026-02-26 120711.png deleted file mode 100644 index 37b194b..0000000 Binary files a/storage/posts/images/1772095049648-0-Screenshot 2026-02-26 120711.png and /dev/null differ diff --git a/storage/posts/images/1772095079819-0-Screenshot 2026-02-26 120748.png b/storage/posts/images/1772095079819-0-Screenshot 2026-02-26 120748.png deleted file mode 100644 index 046faa9..0000000 Binary files a/storage/posts/images/1772095079819-0-Screenshot 2026-02-26 120748.png and /dev/null differ diff --git a/storage/posts/images/1772095108147-0-Screenshot 2026-02-26 120814.png b/storage/posts/images/1772095108147-0-Screenshot 2026-02-26 120814.png deleted file mode 100644 index 94cf08d..0000000 Binary files a/storage/posts/images/1772095108147-0-Screenshot 2026-02-26 120814.png and /dev/null differ diff --git a/storage/posts/images/1772095133484-0-Screenshot 2026-02-26 120841.png b/storage/posts/images/1772095133484-0-Screenshot 2026-02-26 120841.png deleted file mode 100644 index dabbc23..0000000 Binary files a/storage/posts/images/1772095133484-0-Screenshot 2026-02-26 120841.png and /dev/null differ diff --git a/storage/posts/images/1772095158810-0-Screenshot 2026-02-26 120906.png b/storage/posts/images/1772095158810-0-Screenshot 2026-02-26 120906.png deleted file mode 100644 index d9faef9..0000000 Binary files a/storage/posts/images/1772095158810-0-Screenshot 2026-02-26 120906.png and /dev/null differ diff --git a/storage/posts/images/1772095218685-0-Screenshot 2026-02-26 121004.png b/storage/posts/images/1772095218685-0-Screenshot 2026-02-26 121004.png deleted file mode 100644 index 09e220a..0000000 Binary files a/storage/posts/images/1772095218685-0-Screenshot 2026-02-26 121004.png and /dev/null differ diff --git a/storage/posts/images/1772101190921-0-Screenshot 2026-02-26 134933.png b/storage/posts/images/1772101190921-0-Screenshot 2026-02-26 134933.png deleted file mode 100644 index f348b14..0000000 Binary files a/storage/posts/images/1772101190921-0-Screenshot 2026-02-26 134933.png and /dev/null differ diff --git a/storage/posts/images/1772101226928-0-Screenshot 2026-02-26 135008.png b/storage/posts/images/1772101226928-0-Screenshot 2026-02-26 135008.png deleted file mode 100644 index a152239..0000000 Binary files a/storage/posts/images/1772101226928-0-Screenshot 2026-02-26 135008.png and /dev/null differ diff --git a/storage/posts/images/1772101455287-0-Screenshot 2026-02-26 135357.png b/storage/posts/images/1772101455287-0-Screenshot 2026-02-26 135357.png deleted file mode 100644 index 6802199..0000000 Binary files a/storage/posts/images/1772101455287-0-Screenshot 2026-02-26 135357.png and /dev/null differ diff --git a/storage/posts/images/1772115681017-0-1000004232.jpg b/storage/posts/images/1772115681017-0-1000004232.jpg deleted file mode 100644 index ee4edb6..0000000 Binary files a/storage/posts/images/1772115681017-0-1000004232.jpg and /dev/null differ diff --git a/storage/posts/images/1772115681031-1-1000004136.jpg b/storage/posts/images/1772115681031-1-1000004136.jpg deleted file mode 100644 index 5f7f861..0000000 Binary files a/storage/posts/images/1772115681031-1-1000004136.jpg and /dev/null differ diff --git a/storage/posts/images/1772203560446-0-Screenshot 2026-02-27 181551.png b/storage/posts/images/1772203560446-0-Screenshot 2026-02-27 181551.png deleted file mode 100644 index ec359c2..0000000 Binary files a/storage/posts/images/1772203560446-0-Screenshot 2026-02-27 181551.png and /dev/null differ diff --git a/storage/posts/images/1772205433892-0-Screenshot 2026-02-27 184656.png b/storage/posts/images/1772205433892-0-Screenshot 2026-02-27 184656.png deleted file mode 100644 index c5576bb..0000000 Binary files a/storage/posts/images/1772205433892-0-Screenshot 2026-02-27 184656.png and /dev/null differ diff --git a/storage/posts/images/1772205561661-0-Screenshot 2026-02-27 184905.png b/storage/posts/images/1772205561661-0-Screenshot 2026-02-27 184905.png deleted file mode 100644 index d31a7fe..0000000 Binary files a/storage/posts/images/1772205561661-0-Screenshot 2026-02-27 184905.png and /dev/null differ diff --git a/storage/posts/images/1772207423745-0-Screenshot 2026-02-27 191933.png b/storage/posts/images/1772207423745-0-Screenshot 2026-02-27 191933.png deleted file mode 100644 index 4053e73..0000000 Binary files a/storage/posts/images/1772207423745-0-Screenshot 2026-02-27 191933.png and /dev/null differ diff --git a/storage/posts/images/1772207423747-1-Screenshot 2026-02-27 191941.png b/storage/posts/images/1772207423747-1-Screenshot 2026-02-27 191941.png deleted file mode 100644 index 6de27fc..0000000 Binary files a/storage/posts/images/1772207423747-1-Screenshot 2026-02-27 191941.png and /dev/null differ diff --git a/storage/posts/images/1772207499018-0-Screenshot 2026-02-27 192117.png b/storage/posts/images/1772207499018-0-Screenshot 2026-02-27 192117.png deleted file mode 100644 index 1c17576..0000000 Binary files a/storage/posts/images/1772207499018-0-Screenshot 2026-02-27 192117.png and /dev/null differ diff --git a/storage/posts/images/1772207525464-0-Screenshot 2026-02-27 192148.png b/storage/posts/images/1772207525464-0-Screenshot 2026-02-27 192148.png deleted file mode 100644 index ae776b3..0000000 Binary files a/storage/posts/images/1772207525464-0-Screenshot 2026-02-27 192148.png and /dev/null differ diff --git a/storage/posts/images/1772207559611-0-Screenshot 2026-02-27 192223.png b/storage/posts/images/1772207559611-0-Screenshot 2026-02-27 192223.png deleted file mode 100644 index c122242..0000000 Binary files a/storage/posts/images/1772207559611-0-Screenshot 2026-02-27 192223.png and /dev/null differ diff --git a/storage/posts/images/1772207630233-0-Screenshot 2026-02-27 192333.png b/storage/posts/images/1772207630233-0-Screenshot 2026-02-27 192333.png deleted file mode 100644 index ad6c8e4..0000000 Binary files a/storage/posts/images/1772207630233-0-Screenshot 2026-02-27 192333.png and /dev/null differ diff --git a/storage/posts/images/1772207732521-0-Screenshot 2026-02-27 192501.png b/storage/posts/images/1772207732521-0-Screenshot 2026-02-27 192501.png deleted file mode 100644 index 4dbd6e7..0000000 Binary files a/storage/posts/images/1772207732521-0-Screenshot 2026-02-27 192501.png and /dev/null differ diff --git a/storage/posts/images/1772207776665-0-Screenshot 2026-02-27 192601.png b/storage/posts/images/1772207776665-0-Screenshot 2026-02-27 192601.png deleted file mode 100644 index f8b0bbf..0000000 Binary files a/storage/posts/images/1772207776665-0-Screenshot 2026-02-27 192601.png and /dev/null differ diff --git a/storage/posts/images/1772207807286-0-Screenshot 2026-02-27 192631.png b/storage/posts/images/1772207807286-0-Screenshot 2026-02-27 192631.png deleted file mode 100644 index a92fc76..0000000 Binary files a/storage/posts/images/1772207807286-0-Screenshot 2026-02-27 192631.png and /dev/null differ diff --git a/storage/posts/images/1772207843089-0-Screenshot 2026-02-27 192709.png b/storage/posts/images/1772207843089-0-Screenshot 2026-02-27 192709.png deleted file mode 100644 index b925a1b..0000000 Binary files a/storage/posts/images/1772207843089-0-Screenshot 2026-02-27 192709.png and /dev/null differ diff --git a/storage/posts/images/1772208524582-0-Screenshot 2026-02-27 193822.png b/storage/posts/images/1772208524582-0-Screenshot 2026-02-27 193822.png deleted file mode 100644 index 8eab901..0000000 Binary files a/storage/posts/images/1772208524582-0-Screenshot 2026-02-27 193822.png and /dev/null differ diff --git a/storage/posts/images/1772208804847-0-Screenshot 2026-02-27 194159.png b/storage/posts/images/1772208804847-0-Screenshot 2026-02-27 194159.png deleted file mode 100644 index 640b3df..0000000 Binary files a/storage/posts/images/1772208804847-0-Screenshot 2026-02-27 194159.png and /dev/null differ diff --git a/storage/posts/images/1772208804855-1-Screenshot 2026-02-27 194148.png b/storage/posts/images/1772208804855-1-Screenshot 2026-02-27 194148.png deleted file mode 100644 index 51c2ee3..0000000 Binary files a/storage/posts/images/1772208804855-1-Screenshot 2026-02-27 194148.png and /dev/null differ diff --git a/storage/posts/images/1772208804861-2-Screenshot 2026-02-27 194207.png b/storage/posts/images/1772208804861-2-Screenshot 2026-02-27 194207.png deleted file mode 100644 index a1dbcf8..0000000 Binary files a/storage/posts/images/1772208804861-2-Screenshot 2026-02-27 194207.png and /dev/null differ diff --git a/storage/posts/images/1772208804862-3-Screenshot 2026-02-27 194216.png b/storage/posts/images/1772208804862-3-Screenshot 2026-02-27 194216.png deleted file mode 100644 index 14ce6af..0000000 Binary files a/storage/posts/images/1772208804862-3-Screenshot 2026-02-27 194216.png and /dev/null differ diff --git a/storage/posts/images/1772208804867-4-Screenshot 2026-02-27 194223.png b/storage/posts/images/1772208804867-4-Screenshot 2026-02-27 194223.png deleted file mode 100644 index e67ba73..0000000 Binary files a/storage/posts/images/1772208804867-4-Screenshot 2026-02-27 194223.png and /dev/null differ diff --git a/storage/posts/images/1772211144293-0-Screenshot 2026-02-27 202137.png b/storage/posts/images/1772211144293-0-Screenshot 2026-02-27 202137.png deleted file mode 100644 index 2af5469..0000000 Binary files a/storage/posts/images/1772211144293-0-Screenshot 2026-02-27 202137.png and /dev/null differ diff --git a/storage/posts/images/1772211144295-1-Screenshot 2026-02-27 202147.png b/storage/posts/images/1772211144295-1-Screenshot 2026-02-27 202147.png deleted file mode 100644 index db33b51..0000000 Binary files a/storage/posts/images/1772211144295-1-Screenshot 2026-02-27 202147.png and /dev/null differ diff --git a/storage/posts/images/1772211144296-2-Screenshot 2026-02-27 202158.png b/storage/posts/images/1772211144296-2-Screenshot 2026-02-27 202158.png deleted file mode 100644 index 2b595ff..0000000 Binary files a/storage/posts/images/1772211144296-2-Screenshot 2026-02-27 202158.png and /dev/null differ diff --git a/storage/posts/images/1772211366495-0-Screenshot 2026-02-27 202320.png b/storage/posts/images/1772211366495-0-Screenshot 2026-02-27 202320.png deleted file mode 100644 index 86cbbbe..0000000 Binary files a/storage/posts/images/1772211366495-0-Screenshot 2026-02-27 202320.png and /dev/null differ diff --git a/storage/posts/images/1772211366498-1-Screenshot 2026-02-27 202329.png b/storage/posts/images/1772211366498-1-Screenshot 2026-02-27 202329.png deleted file mode 100644 index c3f21ab..0000000 Binary files a/storage/posts/images/1772211366498-1-Screenshot 2026-02-27 202329.png and /dev/null differ diff --git a/storage/posts/images/1772211366499-2-Screenshot 2026-02-27 202347.png b/storage/posts/images/1772211366499-2-Screenshot 2026-02-27 202347.png deleted file mode 100644 index 6cf21fd..0000000 Binary files a/storage/posts/images/1772211366499-2-Screenshot 2026-02-27 202347.png and /dev/null differ diff --git a/storage/posts/images/1772211366501-3-Screenshot 2026-02-27 202425.png b/storage/posts/images/1772211366501-3-Screenshot 2026-02-27 202425.png deleted file mode 100644 index 7937a14..0000000 Binary files a/storage/posts/images/1772211366501-3-Screenshot 2026-02-27 202425.png and /dev/null differ diff --git a/storage/posts/images/1772211366502-4-Screenshot 2026-02-27 202436.png b/storage/posts/images/1772211366502-4-Screenshot 2026-02-27 202436.png deleted file mode 100644 index 1cb36e3..0000000 Binary files a/storage/posts/images/1772211366502-4-Screenshot 2026-02-27 202436.png and /dev/null differ diff --git a/storage/posts/images/1772211366504-5-Screenshot 2026-02-27 202444.png b/storage/posts/images/1772211366504-5-Screenshot 2026-02-27 202444.png deleted file mode 100644 index daae49f..0000000 Binary files a/storage/posts/images/1772211366504-5-Screenshot 2026-02-27 202444.png and /dev/null differ diff --git a/storage/posts/images/1772211366505-6-Screenshot 2026-02-27 202452.png b/storage/posts/images/1772211366505-6-Screenshot 2026-02-27 202452.png deleted file mode 100644 index 3b0ea4c..0000000 Binary files a/storage/posts/images/1772211366505-6-Screenshot 2026-02-27 202452.png and /dev/null differ diff --git a/storage/posts/images/1772211366507-7-Screenshot 2026-02-27 202501.png b/storage/posts/images/1772211366507-7-Screenshot 2026-02-27 202501.png deleted file mode 100644 index de1da25..0000000 Binary files a/storage/posts/images/1772211366507-7-Screenshot 2026-02-27 202501.png and /dev/null differ diff --git a/storage/posts/images/1772211497473-0-Screenshot 2026-02-27 202614.png b/storage/posts/images/1772211497473-0-Screenshot 2026-02-27 202614.png deleted file mode 100644 index 41b6184..0000000 Binary files a/storage/posts/images/1772211497473-0-Screenshot 2026-02-27 202614.png and /dev/null differ diff --git a/storage/posts/images/1772211497477-1-Screenshot 2026-02-27 202623.png b/storage/posts/images/1772211497477-1-Screenshot 2026-02-27 202623.png deleted file mode 100644 index 1dab525..0000000 Binary files a/storage/posts/images/1772211497477-1-Screenshot 2026-02-27 202623.png and /dev/null differ diff --git a/storage/posts/images/1772211497478-2-Screenshot 2026-02-27 202631.png b/storage/posts/images/1772211497478-2-Screenshot 2026-02-27 202631.png deleted file mode 100644 index f8437ba..0000000 Binary files a/storage/posts/images/1772211497478-2-Screenshot 2026-02-27 202631.png and /dev/null differ diff --git a/storage/posts/images/1772211497480-3-Screenshot 2026-02-27 202644.png b/storage/posts/images/1772211497480-3-Screenshot 2026-02-27 202644.png deleted file mode 100644 index 3f81128..0000000 Binary files a/storage/posts/images/1772211497480-3-Screenshot 2026-02-27 202644.png and /dev/null differ diff --git a/storage/posts/images/1772211497482-4-Screenshot 2026-02-27 202651.png b/storage/posts/images/1772211497482-4-Screenshot 2026-02-27 202651.png deleted file mode 100644 index 273300c..0000000 Binary files a/storage/posts/images/1772211497482-4-Screenshot 2026-02-27 202651.png and /dev/null differ diff --git a/storage/posts/images/1772211497484-5-Screenshot 2026-02-27 202700.png b/storage/posts/images/1772211497484-5-Screenshot 2026-02-27 202700.png deleted file mode 100644 index 7f6d3c4..0000000 Binary files a/storage/posts/images/1772211497484-5-Screenshot 2026-02-27 202700.png and /dev/null differ diff --git a/storage/posts/images/1772211497486-6-Screenshot 2026-02-27 202710.png b/storage/posts/images/1772211497486-6-Screenshot 2026-02-27 202710.png deleted file mode 100644 index 81f6393..0000000 Binary files a/storage/posts/images/1772211497486-6-Screenshot 2026-02-27 202710.png and /dev/null differ diff --git a/storage/posts/images/1772211497487-7-Screenshot 2026-02-27 202717.png b/storage/posts/images/1772211497487-7-Screenshot 2026-02-27 202717.png deleted file mode 100644 index 9427041..0000000 Binary files a/storage/posts/images/1772211497487-7-Screenshot 2026-02-27 202717.png and /dev/null differ diff --git a/storage/posts/images/1772211824690-0-Screenshot 2026-02-27 203234.png b/storage/posts/images/1772211824690-0-Screenshot 2026-02-27 203234.png deleted file mode 100644 index 9eb3702..0000000 Binary files a/storage/posts/images/1772211824690-0-Screenshot 2026-02-27 203234.png and /dev/null differ diff --git a/storage/posts/images/1772211824692-1-Screenshot 2026-02-27 203241.png b/storage/posts/images/1772211824692-1-Screenshot 2026-02-27 203241.png deleted file mode 100644 index 561e2e0..0000000 Binary files a/storage/posts/images/1772211824692-1-Screenshot 2026-02-27 203241.png and /dev/null differ diff --git a/storage/posts/images/1772211824694-2-Screenshot 2026-02-27 203250.png b/storage/posts/images/1772211824694-2-Screenshot 2026-02-27 203250.png deleted file mode 100644 index d34d24c..0000000 Binary files a/storage/posts/images/1772211824694-2-Screenshot 2026-02-27 203250.png and /dev/null differ diff --git a/storage/posts/images/1772211824696-3-Screenshot 2026-02-27 203258.png b/storage/posts/images/1772211824696-3-Screenshot 2026-02-27 203258.png deleted file mode 100644 index 110051c..0000000 Binary files a/storage/posts/images/1772211824696-3-Screenshot 2026-02-27 203258.png and /dev/null differ diff --git a/storage/posts/images/1772211824698-4-Screenshot 2026-02-27 203309.png b/storage/posts/images/1772211824698-4-Screenshot 2026-02-27 203309.png deleted file mode 100644 index 1dd6067..0000000 Binary files a/storage/posts/images/1772211824698-4-Screenshot 2026-02-27 203309.png and /dev/null differ diff --git a/storage/posts/images/1779206024026-0-Screenshot 2026-05-19 192325.png b/storage/posts/images/1779206024026-0-Screenshot 2026-05-19 192325.png deleted file mode 100644 index 82df49e..0000000 Binary files a/storage/posts/images/1779206024026-0-Screenshot 2026-05-19 192325.png and /dev/null differ diff --git a/storage/posts/images/1779206210057-0-Screenshot 2026-05-19 192635.png b/storage/posts/images/1779206210057-0-Screenshot 2026-05-19 192635.png deleted file mode 100644 index ea62e41..0000000 Binary files a/storage/posts/images/1779206210057-0-Screenshot 2026-05-19 192635.png and /dev/null differ diff --git a/storage/posts/images/1779206257062-0-Screenshot 2026-05-19 192708.png b/storage/posts/images/1779206257062-0-Screenshot 2026-05-19 192708.png deleted file mode 100644 index 99a530d..0000000 Binary files a/storage/posts/images/1779206257062-0-Screenshot 2026-05-19 192708.png and /dev/null differ diff --git a/storage/posts/images/1779206257067-1-Screenshot 2026-05-19 192716.png b/storage/posts/images/1779206257067-1-Screenshot 2026-05-19 192716.png deleted file mode 100644 index 9aad1aa..0000000 Binary files a/storage/posts/images/1779206257067-1-Screenshot 2026-05-19 192716.png and /dev/null differ diff --git a/storage/posts/images/1779206689310-0-Screenshot 2026-05-19 193437.png b/storage/posts/images/1779206689310-0-Screenshot 2026-05-19 193437.png deleted file mode 100644 index f2f0af1..0000000 Binary files a/storage/posts/images/1779206689310-0-Screenshot 2026-05-19 193437.png and /dev/null differ diff --git a/storage/posts/images/1779206732101-0-Screenshot 2026-05-19 193502.png b/storage/posts/images/1779206732101-0-Screenshot 2026-05-19 193502.png deleted file mode 100644 index bd67cea..0000000 Binary files a/storage/posts/images/1779206732101-0-Screenshot 2026-05-19 193502.png and /dev/null differ diff --git a/storage/posts/images/1779207215748-0-Screenshot 2026-05-19 194215.png b/storage/posts/images/1779207215748-0-Screenshot 2026-05-19 194215.png deleted file mode 100644 index fb92550..0000000 Binary files a/storage/posts/images/1779207215748-0-Screenshot 2026-05-19 194215.png and /dev/null differ diff --git a/storage/posts/images/1779207215751-1-Screenshot 2026-05-19 194225.png b/storage/posts/images/1779207215751-1-Screenshot 2026-05-19 194225.png deleted file mode 100644 index 5527ce8..0000000 Binary files a/storage/posts/images/1779207215751-1-Screenshot 2026-05-19 194225.png and /dev/null differ diff --git a/storage/posts/images/1779207215755-2-Screenshot 2026-05-19 194236.png b/storage/posts/images/1779207215755-2-Screenshot 2026-05-19 194236.png deleted file mode 100644 index 3516a0a..0000000 Binary files a/storage/posts/images/1779207215755-2-Screenshot 2026-05-19 194236.png and /dev/null differ diff --git a/storage/posts/images/1779207215758-3-Screenshot 2026-05-19 194244.png b/storage/posts/images/1779207215758-3-Screenshot 2026-05-19 194244.png deleted file mode 100644 index f2fbef6..0000000 Binary files a/storage/posts/images/1779207215758-3-Screenshot 2026-05-19 194244.png and /dev/null differ diff --git a/storage/posts/images/1779207215762-4-Screenshot 2026-05-19 194252.png b/storage/posts/images/1779207215762-4-Screenshot 2026-05-19 194252.png deleted file mode 100644 index 25b36f7..0000000 Binary files a/storage/posts/images/1779207215762-4-Screenshot 2026-05-19 194252.png and /dev/null differ diff --git a/storage/posts/images/1779207215763-5-Screenshot 2026-05-19 194302.png b/storage/posts/images/1779207215763-5-Screenshot 2026-05-19 194302.png deleted file mode 100644 index fbd891b..0000000 Binary files a/storage/posts/images/1779207215763-5-Screenshot 2026-05-19 194302.png and /dev/null differ diff --git a/storage/posts/images/1779207302679-0-Screenshot 2026-05-19 194414.png b/storage/posts/images/1779207302679-0-Screenshot 2026-05-19 194414.png deleted file mode 100644 index 3e3de0f..0000000 Binary files a/storage/posts/images/1779207302679-0-Screenshot 2026-05-19 194414.png and /dev/null differ diff --git a/storage/posts/images/1779207302680-1-Screenshot 2026-05-19 194423.png b/storage/posts/images/1779207302680-1-Screenshot 2026-05-19 194423.png deleted file mode 100644 index 966ddc1..0000000 Binary files a/storage/posts/images/1779207302680-1-Screenshot 2026-05-19 194423.png and /dev/null differ diff --git a/storage/posts/images/1779207302684-2-Screenshot 2026-05-19 194430.png b/storage/posts/images/1779207302684-2-Screenshot 2026-05-19 194430.png deleted file mode 100644 index 4e14369..0000000 Binary files a/storage/posts/images/1779207302684-2-Screenshot 2026-05-19 194430.png and /dev/null differ diff --git a/storage/posts/images/1779207302685-3-Screenshot 2026-05-19 194439.png b/storage/posts/images/1779207302685-3-Screenshot 2026-05-19 194439.png deleted file mode 100644 index ce9d69d..0000000 Binary files a/storage/posts/images/1779207302685-3-Screenshot 2026-05-19 194439.png and /dev/null differ diff --git a/storage/posts/images/1779207343228-0-Screenshot 2026-05-19 194523.png b/storage/posts/images/1779207343228-0-Screenshot 2026-05-19 194523.png deleted file mode 100644 index 3a1e1fe..0000000 Binary files a/storage/posts/images/1779207343228-0-Screenshot 2026-05-19 194523.png and /dev/null differ diff --git a/storage/posts/images/1779207343229-1-Screenshot 2026-05-19 194531.png b/storage/posts/images/1779207343229-1-Screenshot 2026-05-19 194531.png deleted file mode 100644 index bc4a83d..0000000 Binary files a/storage/posts/images/1779207343229-1-Screenshot 2026-05-19 194531.png and /dev/null differ diff --git a/storage/posts/images/1779207437097-0-Screenshot 2026-05-19 194602.png b/storage/posts/images/1779207437097-0-Screenshot 2026-05-19 194602.png deleted file mode 100644 index b0e2202..0000000 Binary files a/storage/posts/images/1779207437097-0-Screenshot 2026-05-19 194602.png and /dev/null differ diff --git a/storage/posts/images/1779207437098-1-Screenshot 2026-05-19 194611.png b/storage/posts/images/1779207437098-1-Screenshot 2026-05-19 194611.png deleted file mode 100644 index e238f81..0000000 Binary files a/storage/posts/images/1779207437098-1-Screenshot 2026-05-19 194611.png and /dev/null differ diff --git a/storage/posts/images/1779207437100-2-Screenshot 2026-05-19 194621.png b/storage/posts/images/1779207437100-2-Screenshot 2026-05-19 194621.png deleted file mode 100644 index d1c2d29..0000000 Binary files a/storage/posts/images/1779207437100-2-Screenshot 2026-05-19 194621.png and /dev/null differ diff --git a/storage/posts/images/1779207437101-3-Screenshot 2026-05-19 194630.png b/storage/posts/images/1779207437101-3-Screenshot 2026-05-19 194630.png deleted file mode 100644 index 0f82e79..0000000 Binary files a/storage/posts/images/1779207437101-3-Screenshot 2026-05-19 194630.png and /dev/null differ diff --git a/storage/posts/images/1779207437103-4-Screenshot 2026-05-19 194639.png b/storage/posts/images/1779207437103-4-Screenshot 2026-05-19 194639.png deleted file mode 100644 index ea8780f..0000000 Binary files a/storage/posts/images/1779207437103-4-Screenshot 2026-05-19 194639.png and /dev/null differ diff --git a/storage/posts/images/1779207437105-5-Screenshot 2026-05-19 194647.png b/storage/posts/images/1779207437105-5-Screenshot 2026-05-19 194647.png deleted file mode 100644 index d1b9976..0000000 Binary files a/storage/posts/images/1779207437105-5-Screenshot 2026-05-19 194647.png and /dev/null differ diff --git a/storage/posts/images/1779207463648-0-Screenshot 2026-05-19 194734.png b/storage/posts/images/1779207463648-0-Screenshot 2026-05-19 194734.png deleted file mode 100644 index c3f5612..0000000 Binary files a/storage/posts/images/1779207463648-0-Screenshot 2026-05-19 194734.png and /dev/null differ diff --git a/storage/posts/images/1779262899971-0-Screenshot 2026-05-20 111131.png b/storage/posts/images/1779262899971-0-Screenshot 2026-05-20 111131.png deleted file mode 100644 index 72d543d..0000000 Binary files a/storage/posts/images/1779262899971-0-Screenshot 2026-05-20 111131.png and /dev/null differ diff --git a/storage/posts/images/1779262994449-0-Screenshot 2026-05-20 111156.png b/storage/posts/images/1779262994449-0-Screenshot 2026-05-20 111156.png deleted file mode 100644 index d98ed66..0000000 Binary files a/storage/posts/images/1779262994449-0-Screenshot 2026-05-20 111156.png and /dev/null differ diff --git a/storage/posts/images/1779263423283-0-Screenshot 2026-05-20 112013.png b/storage/posts/images/1779263423283-0-Screenshot 2026-05-20 112013.png deleted file mode 100644 index 7d8643f..0000000 Binary files a/storage/posts/images/1779263423283-0-Screenshot 2026-05-20 112013.png and /dev/null differ diff --git a/storage/posts/images/1779263484543-0-Screenshot 2026-05-20 112100.png b/storage/posts/images/1779263484543-0-Screenshot 2026-05-20 112100.png deleted file mode 100644 index 203ee38..0000000 Binary files a/storage/posts/images/1779263484543-0-Screenshot 2026-05-20 112100.png and /dev/null differ diff --git a/storage/posts/images/1779263524807-0-Screenshot 2026-05-20 112155.png b/storage/posts/images/1779263524807-0-Screenshot 2026-05-20 112155.png deleted file mode 100644 index c5ae86f..0000000 Binary files a/storage/posts/images/1779263524807-0-Screenshot 2026-05-20 112155.png and /dev/null differ diff --git a/storage/posts/images/1779263615458-0-Screenshot 2026-05-20 112245.png b/storage/posts/images/1779263615458-0-Screenshot 2026-05-20 112245.png deleted file mode 100644 index eff4fb2..0000000 Binary files a/storage/posts/images/1779263615458-0-Screenshot 2026-05-20 112245.png and /dev/null differ diff --git a/storage/posts/images/1779263615460-1-Screenshot 2026-05-20 112256.png b/storage/posts/images/1779263615460-1-Screenshot 2026-05-20 112256.png deleted file mode 100644 index 2418504..0000000 Binary files a/storage/posts/images/1779263615460-1-Screenshot 2026-05-20 112256.png and /dev/null differ diff --git a/storage/posts/images/1779263615461-2-Screenshot 2026-05-20 112306.png b/storage/posts/images/1779263615461-2-Screenshot 2026-05-20 112306.png deleted file mode 100644 index c66dab5..0000000 Binary files a/storage/posts/images/1779263615461-2-Screenshot 2026-05-20 112306.png and /dev/null differ diff --git a/storage/posts/images/1779263673088-0-Screenshot 2026-05-20 112416.png b/storage/posts/images/1779263673088-0-Screenshot 2026-05-20 112416.png deleted file mode 100644 index 2ccb104..0000000 Binary files a/storage/posts/images/1779263673088-0-Screenshot 2026-05-20 112416.png and /dev/null differ diff --git a/storage/posts/images/1779264699451-0-Screenshot 2026-05-20 114133.png b/storage/posts/images/1779264699451-0-Screenshot 2026-05-20 114133.png deleted file mode 100644 index 3622e38..0000000 Binary files a/storage/posts/images/1779264699451-0-Screenshot 2026-05-20 114133.png and /dev/null differ diff --git a/storage/posts/images/1779264727080-0-Screenshot 2026-05-20 114157.png b/storage/posts/images/1779264727080-0-Screenshot 2026-05-20 114157.png deleted file mode 100644 index 17d5729..0000000 Binary files a/storage/posts/images/1779264727080-0-Screenshot 2026-05-20 114157.png and /dev/null differ diff --git a/storage/posts/images/1779264755611-0-Screenshot 2026-05-20 114225.png b/storage/posts/images/1779264755611-0-Screenshot 2026-05-20 114225.png deleted file mode 100644 index 6fc40a2..0000000 Binary files a/storage/posts/images/1779264755611-0-Screenshot 2026-05-20 114225.png and /dev/null differ diff --git a/storage/posts/images/1779269544778-0-Screenshot 2026-05-20 130028.png b/storage/posts/images/1779269544778-0-Screenshot 2026-05-20 130028.png deleted file mode 100644 index 5583eda..0000000 Binary files a/storage/posts/images/1779269544778-0-Screenshot 2026-05-20 130028.png and /dev/null differ diff --git a/storage/posts/images/1779269601630-0-Screenshot 2026-05-20 130310.png b/storage/posts/images/1779269601630-0-Screenshot 2026-05-20 130310.png deleted file mode 100644 index 6d0ed3b..0000000 Binary files a/storage/posts/images/1779269601630-0-Screenshot 2026-05-20 130310.png and /dev/null differ diff --git a/storage/posts/images/1779269641755-0-Screenshot 2026-05-20 130342.png b/storage/posts/images/1779269641755-0-Screenshot 2026-05-20 130342.png deleted file mode 100644 index bb232a6..0000000 Binary files a/storage/posts/images/1779269641755-0-Screenshot 2026-05-20 130342.png and /dev/null differ diff --git a/storage/posts/images/1779269669876-0-Screenshot 2026-05-20 130421.png b/storage/posts/images/1779269669876-0-Screenshot 2026-05-20 130421.png deleted file mode 100644 index e9abf21..0000000 Binary files a/storage/posts/images/1779269669876-0-Screenshot 2026-05-20 130421.png and /dev/null differ diff --git a/storage/posts/images/1779270096068-0-Screenshot 2026-05-20 131125.png b/storage/posts/images/1779270096068-0-Screenshot 2026-05-20 131125.png deleted file mode 100644 index f287f91..0000000 Binary files a/storage/posts/images/1779270096068-0-Screenshot 2026-05-20 131125.png and /dev/null differ diff --git a/storage/posts/images/1779270125695-0-Screenshot 2026-05-20 131158.png b/storage/posts/images/1779270125695-0-Screenshot 2026-05-20 131158.png deleted file mode 100644 index 306668e..0000000 Binary files a/storage/posts/images/1779270125695-0-Screenshot 2026-05-20 131158.png and /dev/null differ diff --git a/storage/posts/images/1779270159546-0-Screenshot 2026-05-20 131231.png b/storage/posts/images/1779270159546-0-Screenshot 2026-05-20 131231.png deleted file mode 100644 index abb8461..0000000 Binary files a/storage/posts/images/1779270159546-0-Screenshot 2026-05-20 131231.png and /dev/null differ diff --git a/storage/posts/images/1779270209804-0-Screenshot 2026-05-20 131307.png b/storage/posts/images/1779270209804-0-Screenshot 2026-05-20 131307.png deleted file mode 100644 index 4a9408e..0000000 Binary files a/storage/posts/images/1779270209804-0-Screenshot 2026-05-20 131307.png and /dev/null differ diff --git a/storage/posts/images/1779270209806-1-Screenshot 2026-05-20 131318.png b/storage/posts/images/1779270209806-1-Screenshot 2026-05-20 131318.png deleted file mode 100644 index ee3ba1b..0000000 Binary files a/storage/posts/images/1779270209806-1-Screenshot 2026-05-20 131318.png and /dev/null differ diff --git a/storage/posts/images/1779270247925-0-Screenshot 2026-05-20 131348.png b/storage/posts/images/1779270247925-0-Screenshot 2026-05-20 131348.png deleted file mode 100644 index 1ce9b66..0000000 Binary files a/storage/posts/images/1779270247925-0-Screenshot 2026-05-20 131348.png and /dev/null differ diff --git a/storage/posts/images/1779289964246-0-Screenshot 2026-05-20 184237.png b/storage/posts/images/1779289964246-0-Screenshot 2026-05-20 184237.png deleted file mode 100644 index 220b66c..0000000 Binary files a/storage/posts/images/1779289964246-0-Screenshot 2026-05-20 184237.png and /dev/null differ diff --git a/storage/posts/images/1779289999578-0-Screenshot 2026-05-20 184308.png b/storage/posts/images/1779289999578-0-Screenshot 2026-05-20 184308.png deleted file mode 100644 index 3892288..0000000 Binary files a/storage/posts/images/1779289999578-0-Screenshot 2026-05-20 184308.png and /dev/null differ diff --git a/storage/posts/images/1779290067386-0-Screenshot 2026-05-20 184413.png b/storage/posts/images/1779290067386-0-Screenshot 2026-05-20 184413.png deleted file mode 100644 index 7ebf22e..0000000 Binary files a/storage/posts/images/1779290067386-0-Screenshot 2026-05-20 184413.png and /dev/null differ diff --git a/storage/posts/images/1779290067387-1-Screenshot 2026-05-20 184405.png b/storage/posts/images/1779290067387-1-Screenshot 2026-05-20 184405.png deleted file mode 100644 index 5f85f52..0000000 Binary files a/storage/posts/images/1779290067387-1-Screenshot 2026-05-20 184405.png and /dev/null differ diff --git a/storage/posts/images/1779290137801-0-Screenshot 2026-05-20 184509.png b/storage/posts/images/1779290137801-0-Screenshot 2026-05-20 184509.png deleted file mode 100644 index 1743566..0000000 Binary files a/storage/posts/images/1779290137801-0-Screenshot 2026-05-20 184509.png and /dev/null differ diff --git a/storage/posts/images/1779290137804-1-Screenshot 2026-05-20 184523.png b/storage/posts/images/1779290137804-1-Screenshot 2026-05-20 184523.png deleted file mode 100644 index 3311b2d..0000000 Binary files a/storage/posts/images/1779290137804-1-Screenshot 2026-05-20 184523.png and /dev/null differ diff --git a/storage/posts/images/1779290168483-0-Screenshot 2026-05-20 184559.png b/storage/posts/images/1779290168483-0-Screenshot 2026-05-20 184559.png deleted file mode 100644 index 5661328..0000000 Binary files a/storage/posts/images/1779290168483-0-Screenshot 2026-05-20 184559.png and /dev/null differ diff --git a/storage/posts/images/1779290216278-0-Screenshot 2026-05-20 184646.png b/storage/posts/images/1779290216278-0-Screenshot 2026-05-20 184646.png deleted file mode 100644 index 517b0c3..0000000 Binary files a/storage/posts/images/1779290216278-0-Screenshot 2026-05-20 184646.png and /dev/null differ diff --git a/storage/posts/images/1779363491295-0-Screenshot 2026-05-21 150805.png b/storage/posts/images/1779363491295-0-Screenshot 2026-05-21 150805.png deleted file mode 100644 index d2c5213..0000000 Binary files a/storage/posts/images/1779363491295-0-Screenshot 2026-05-21 150805.png and /dev/null differ diff --git a/storage/posts/images/1779363525789-0-Screenshot 2026-05-21 150838.png b/storage/posts/images/1779363525789-0-Screenshot 2026-05-21 150838.png deleted file mode 100644 index 6ca333d..0000000 Binary files a/storage/posts/images/1779363525789-0-Screenshot 2026-05-21 150838.png and /dev/null differ diff --git a/storage/posts/images/1779363576436-0-Screenshot 2026-05-21 150927.png b/storage/posts/images/1779363576436-0-Screenshot 2026-05-21 150927.png deleted file mode 100644 index 1813e9a..0000000 Binary files a/storage/posts/images/1779363576436-0-Screenshot 2026-05-21 150927.png and /dev/null differ diff --git a/storage/posts/images/1779363610016-0-Screenshot 2026-05-21 150954.png b/storage/posts/images/1779363610016-0-Screenshot 2026-05-21 150954.png deleted file mode 100644 index 8a56ecb..0000000 Binary files a/storage/posts/images/1779363610016-0-Screenshot 2026-05-21 150954.png and /dev/null differ diff --git a/storage/posts/images/1779363637388-0-Screenshot 2026-05-21 151027.png b/storage/posts/images/1779363637388-0-Screenshot 2026-05-21 151027.png deleted file mode 100644 index 4dacaeb..0000000 Binary files a/storage/posts/images/1779363637388-0-Screenshot 2026-05-21 151027.png and /dev/null differ diff --git a/storage/posts/images/1779363661494-0-Screenshot 2026-05-21 151053.png b/storage/posts/images/1779363661494-0-Screenshot 2026-05-21 151053.png deleted file mode 100644 index b658106..0000000 Binary files a/storage/posts/images/1779363661494-0-Screenshot 2026-05-21 151053.png and /dev/null differ diff --git a/storage/posts/images/1779363717052-0-Screenshot 2026-05-21 151146.png b/storage/posts/images/1779363717052-0-Screenshot 2026-05-21 151146.png deleted file mode 100644 index 99fa1ba..0000000 Binary files a/storage/posts/images/1779363717052-0-Screenshot 2026-05-21 151146.png and /dev/null differ diff --git a/storage/posts/images/1779364133274-0-Screenshot 2026-05-21 151844.png b/storage/posts/images/1779364133274-0-Screenshot 2026-05-21 151844.png deleted file mode 100644 index 72d4d6c..0000000 Binary files a/storage/posts/images/1779364133274-0-Screenshot 2026-05-21 151844.png and /dev/null differ diff --git a/storage/posts/images/1779364173298-0-Screenshot 2026-05-21 151922.png b/storage/posts/images/1779364173298-0-Screenshot 2026-05-21 151922.png deleted file mode 100644 index 583a059..0000000 Binary files a/storage/posts/images/1779364173298-0-Screenshot 2026-05-21 151922.png and /dev/null differ diff --git a/storage/posts/images/1779364198986-0-Screenshot 2026-05-21 151947.png b/storage/posts/images/1779364198986-0-Screenshot 2026-05-21 151947.png deleted file mode 100644 index eacea13..0000000 Binary files a/storage/posts/images/1779364198986-0-Screenshot 2026-05-21 151947.png and /dev/null differ diff --git a/storage/posts/images/1779364262542-0-Screenshot 2026-05-21 152048.png b/storage/posts/images/1779364262542-0-Screenshot 2026-05-21 152048.png deleted file mode 100644 index 8ab849e..0000000 Binary files a/storage/posts/images/1779364262542-0-Screenshot 2026-05-21 152048.png and /dev/null differ diff --git a/storage/posts/images/1779455587875-0-Screenshot 2026-05-22 164255.png b/storage/posts/images/1779455587875-0-Screenshot 2026-05-22 164255.png deleted file mode 100644 index d58d353..0000000 Binary files a/storage/posts/images/1779455587875-0-Screenshot 2026-05-22 164255.png and /dev/null differ diff --git a/storage/posts/images/1779455956541-0-Screenshot 2026-05-22 164909.png b/storage/posts/images/1779455956541-0-Screenshot 2026-05-22 164909.png deleted file mode 100644 index 4a5a46e..0000000 Binary files a/storage/posts/images/1779455956541-0-Screenshot 2026-05-22 164909.png and /dev/null differ diff --git a/storage/posts/images/1779455982544-0-Screenshot 2026-05-22 164935.png b/storage/posts/images/1779455982544-0-Screenshot 2026-05-22 164935.png deleted file mode 100644 index 4fdda62..0000000 Binary files a/storage/posts/images/1779455982544-0-Screenshot 2026-05-22 164935.png and /dev/null differ diff --git a/storage/posts/images/1779710295259-0-1000352627.webp b/storage/posts/images/1779710295259-0-1000352627.webp deleted file mode 100644 index da766f7..0000000 Binary files a/storage/posts/images/1779710295259-0-1000352627.webp and /dev/null differ diff --git a/storage/posts/images/1779720289933-0-1000352620.webp b/storage/posts/images/1779720289933-0-1000352620.webp deleted file mode 100644 index 215bc82..0000000 Binary files a/storage/posts/images/1779720289933-0-1000352620.webp and /dev/null differ diff --git a/storage/posts/images/1779957542755-0-inbound5394817968319270226.jpg b/storage/posts/images/1779957542755-0-inbound5394817968319270226.jpg deleted file mode 100644 index f0b825d..0000000 Binary files a/storage/posts/images/1779957542755-0-inbound5394817968319270226.jpg and /dev/null differ diff --git a/storage/posts/images/1780302737530-0-1000011430.webp b/storage/posts/images/1780302737530-0-1000011430.webp deleted file mode 100644 index 0550ad8..0000000 Binary files a/storage/posts/images/1780302737530-0-1000011430.webp and /dev/null differ diff --git a/storage/posts/images/1780670937480-0-Screenshot 2026-06-05 184322.webp b/storage/posts/images/1780670937480-0-Screenshot 2026-06-05 184322.webp deleted file mode 100644 index 0a66e6f..0000000 Binary files a/storage/posts/images/1780670937480-0-Screenshot 2026-06-05 184322.webp and /dev/null differ diff --git a/storage/posts/images/1781360646736-0-IMG_0945.webp b/storage/posts/images/1781360646736-0-IMG_0945.webp deleted file mode 100644 index 0a9bf99..0000000 Binary files a/storage/posts/images/1781360646736-0-IMG_0945.webp and /dev/null differ diff --git a/storage/posts/images/1781360646746-1-IMG_0944.webp b/storage/posts/images/1781360646746-1-IMG_0944.webp deleted file mode 100644 index acad2dc..0000000 Binary files a/storage/posts/images/1781360646746-1-IMG_0944.webp and /dev/null differ diff --git a/storage/posts/images/1781360646750-2-IMG_0439.webp b/storage/posts/images/1781360646750-2-IMG_0439.webp deleted file mode 100644 index d9d8b88..0000000 Binary files a/storage/posts/images/1781360646750-2-IMG_0439.webp and /dev/null differ diff --git a/storage/posts/images/1781360646753-3-IMG_0438.webp b/storage/posts/images/1781360646753-3-IMG_0438.webp deleted file mode 100644 index 46984ab..0000000 Binary files a/storage/posts/images/1781360646753-3-IMG_0438.webp and /dev/null differ diff --git a/storage/posts/images/1781360646756-4-IMG_0381.webp b/storage/posts/images/1781360646756-4-IMG_0381.webp deleted file mode 100644 index 968e57f..0000000 Binary files a/storage/posts/images/1781360646756-4-IMG_0381.webp and /dev/null differ diff --git a/storage/posts/images/1781360646757-5-IMG_0369.webp b/storage/posts/images/1781360646757-5-IMG_0369.webp deleted file mode 100644 index 14a12e9..0000000 Binary files a/storage/posts/images/1781360646757-5-IMG_0369.webp and /dev/null differ diff --git a/storage/posts/images/1781360646763-6-IMG_0368.webp b/storage/posts/images/1781360646763-6-IMG_0368.webp deleted file mode 100644 index 5528dda..0000000 Binary files a/storage/posts/images/1781360646763-6-IMG_0368.webp and /dev/null differ diff --git a/storage/posts/images/1781360646764-7-IMG_0351.webp b/storage/posts/images/1781360646764-7-IMG_0351.webp deleted file mode 100644 index 1155722..0000000 Binary files a/storage/posts/images/1781360646764-7-IMG_0351.webp and /dev/null differ diff --git a/storage/posts/images/1781360646766-8-IMG_0325.webp b/storage/posts/images/1781360646766-8-IMG_0325.webp deleted file mode 100644 index eb87956..0000000 Binary files a/storage/posts/images/1781360646766-8-IMG_0325.webp and /dev/null differ diff --git a/storage/posts/images/1781360646784-9-IMG_0211.webp b/storage/posts/images/1781360646784-9-IMG_0211.webp deleted file mode 100644 index 7abfc6b..0000000 Binary files a/storage/posts/images/1781360646784-9-IMG_0211.webp and /dev/null differ diff --git a/storage/posts/images/1781361658066-0-D3F9A9D8-C0D2-47F8-97D7-462A651CE0BB.webp b/storage/posts/images/1781361658066-0-D3F9A9D8-C0D2-47F8-97D7-462A651CE0BB.webp deleted file mode 100644 index 437e7a0..0000000 Binary files a/storage/posts/images/1781361658066-0-D3F9A9D8-C0D2-47F8-97D7-462A651CE0BB.webp and /dev/null differ diff --git a/storage/posts/images/1781361658071-1-IMG_0945.webp b/storage/posts/images/1781361658071-1-IMG_0945.webp deleted file mode 100644 index 0a9bf99..0000000 Binary files a/storage/posts/images/1781361658071-1-IMG_0945.webp and /dev/null differ diff --git a/storage/posts/images/1781361658076-2-IMG_0944.webp b/storage/posts/images/1781361658076-2-IMG_0944.webp deleted file mode 100644 index acad2dc..0000000 Binary files a/storage/posts/images/1781361658076-2-IMG_0944.webp and /dev/null differ diff --git a/storage/posts/images/1781361658078-3-IMG_0369.webp b/storage/posts/images/1781361658078-3-IMG_0369.webp deleted file mode 100644 index 14a12e9..0000000 Binary files a/storage/posts/images/1781361658078-3-IMG_0369.webp and /dev/null differ diff --git a/storage/posts/images/1781361658081-4-IMG_0439.webp b/storage/posts/images/1781361658081-4-IMG_0439.webp deleted file mode 100644 index d9d8b88..0000000 Binary files a/storage/posts/images/1781361658081-4-IMG_0439.webp and /dev/null differ diff --git a/storage/posts/images/1781361658084-5-IMG_0438.webp b/storage/posts/images/1781361658084-5-IMG_0438.webp deleted file mode 100644 index 46984ab..0000000 Binary files a/storage/posts/images/1781361658084-5-IMG_0438.webp and /dev/null differ diff --git a/storage/posts/images/1781361658088-6-IMG_0368.webp b/storage/posts/images/1781361658088-6-IMG_0368.webp deleted file mode 100644 index 5528dda..0000000 Binary files a/storage/posts/images/1781361658088-6-IMG_0368.webp and /dev/null differ diff --git a/storage/posts/images/1781361729821-0-IMG_0439.webp b/storage/posts/images/1781361729821-0-IMG_0439.webp deleted file mode 100644 index d9d8b88..0000000 Binary files a/storage/posts/images/1781361729821-0-IMG_0439.webp and /dev/null differ diff --git a/storage/posts/images/1781361760762-0-IMG_0438.webp b/storage/posts/images/1781361760762-0-IMG_0438.webp deleted file mode 100644 index 46984ab..0000000 Binary files a/storage/posts/images/1781361760762-0-IMG_0438.webp and /dev/null differ diff --git a/storage/posts/images/1781361810364-0-IMG_0370.webp b/storage/posts/images/1781361810364-0-IMG_0370.webp deleted file mode 100644 index 3e29de8..0000000 Binary files a/storage/posts/images/1781361810364-0-IMG_0370.webp and /dev/null differ diff --git a/storage/posts/images/1781361850776-0-IMG_0368.webp b/storage/posts/images/1781361850776-0-IMG_0368.webp deleted file mode 100644 index 5528dda..0000000 Binary files a/storage/posts/images/1781361850776-0-IMG_0368.webp and /dev/null differ diff --git a/storage/posts/images/1781361898641-0-IMG_0351.webp b/storage/posts/images/1781361898641-0-IMG_0351.webp deleted file mode 100644 index 1155722..0000000 Binary files a/storage/posts/images/1781361898641-0-IMG_0351.webp and /dev/null differ diff --git a/storage/posts/images/1781361933708-0-IMG_0350.webp b/storage/posts/images/1781361933708-0-IMG_0350.webp deleted file mode 100644 index ac29f5c..0000000 Binary files a/storage/posts/images/1781361933708-0-IMG_0350.webp and /dev/null differ diff --git a/storage/posts/images/1781361994302-0-IMG_0211.webp b/storage/posts/images/1781361994302-0-IMG_0211.webp deleted file mode 100644 index 7abfc6b..0000000 Binary files a/storage/posts/images/1781361994302-0-IMG_0211.webp and /dev/null differ diff --git a/storage/posts/images/1781362049249-0-IMG_0135.webp b/storage/posts/images/1781362049249-0-IMG_0135.webp deleted file mode 100644 index ec03008..0000000 Binary files a/storage/posts/images/1781362049249-0-IMG_0135.webp and /dev/null differ diff --git a/storage/posts/images/1781716634187-0-256.webp b/storage/posts/images/1781716634187-0-256.webp deleted file mode 100644 index 5517969..0000000 Binary files a/storage/posts/images/1781716634187-0-256.webp and /dev/null differ diff --git a/utils/usernameValidation.js b/utils/usernameValidation.js index 78d1319..be99b38 100644 --- a/utils/usernameValidation.js +++ b/utils/usernameValidation.js @@ -1,7 +1,7 @@ /** حروف انگلیسی، اعداد و . _ - — بدون فارسی و کاراکترهای غیرمعمول */ -const USERNAME_REGEX = /^[a-zA-Z0-9][a-zA-Z0-9._-]{7,99}$/ +const USERNAME_REGEX = /^[a-zA-Z0-9][a-zA-Z0-9._-]{5,99}$/ -const USERNAME_MIN_LENGTH = 8 +const USERNAME_MIN_LENGTH = 6 const USERNAME_MAX_LENGTH = 100 const validateUsername = (user_name) => {