|
@@ -247,7 +247,7 @@ class ModalController extends Controller{
|
|
)->exists();
|
|
)->exists();
|
|
|
|
|
|
if($approved_proposal){
|
|
if($approved_proposal){
|
|
- return response(['msg'=>'Application you have submitted that are approved'],403);
|
|
|
|
|
|
+ return response(['msg'=>'Already Selected proposal has been submitted'],403);
|
|
}
|
|
}
|
|
|
|
|
|
$awaiting = StudentProposal::where(
|
|
$awaiting = StudentProposal::where(
|