|
@@ -69,7 +69,7 @@ class ModalController extends Controller{
|
|
|
|
|
|
$already_exists = StudentProposal::where('student_id',$req->student_id)->exists();
|
|
|
if($already_exists){
|
|
|
- return response(['msg'=>'Sorry! you can not submit proposal.You already submitted.'],403);
|
|
|
+ return response(['msg'=>'Sorry! You already submitted. You can not submit proposal.'],403);
|
|
|
}
|
|
|
|
|
|
$student_proposal =new StudentProposal;
|