Edit File: user.php
<?php return [ 'not_available' => 'this user is not available.', 'plan_subscribe' => 'Subscribed Successfully', 'plan_unsubscribe' => 'unsubscribed Successfully', 'fav' => 'added to favourite', 'unfav' => 'deleted from favourites', 'plan_unsubscribe_fail' => "you aren't subscribed", 'already_sub' => 'you are already subscribed plan', ];
Back to File Manager