IMMREX7
<?php $__env->startSection('content'); ?>
<div class="row clearfix">
<div class="col-sm-5">
<div class="card">
<div class="header">
<h2><strong>Send</strong>SMS</h2>
</div>
<div class="body">
<?php echo Form::open(['url' => 'school/sendsms', 'class' => 'form-horizontal','id'=>'sms_form']); ?>
<div class="row clearfix">
<div class="col-sm-4 form-control-label">
<label for="classname">Card Holder</label>
</div>
<div class="col-sm-8">
<div class="form-group">
<?php echo Form::select('cardholder',cardholderType(),null,['class' => 'form-control show-tick ms']); ?>
<?php if($errors->has('cardholder')): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first('cardholder')); ?></strong>
</label>
<?php endif; ?>
<span id='cardholdererror'></span>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-sm-4 form-control-label">
<label for="classname">Template ID</label>
</div>
<div class="col-sm-8">
<div class="form-group">
<?php echo Form::text('tmpId',null,['class' => 'form-control','required' => 'required']); ?>
<?php if($errors->has('tmpId')): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first('tmpId')); ?></strong>
</label>
<?php endif; ?>
<span id='tmpIderror'></span>
</div>
</div>
</div>
<div id="stdsmsform" style="display: none;">
<div class="row clearfix">
<div class="col-sm-4 form-control-label">
<label for="classname">Class</label>
</div>
<div class="col-sm-8">
<div class="form-group">
<?php echo Form::select('idClass',$classes,null,['class' => 'form-control show-tick ms select2']); ?>
<?php if($errors->has('idClass')): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first('idClass')); ?></strong>
</label>
<?php endif; ?>
<span id='classerror'></span>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-sm-4 form-control-label">
<label for="classname">Select Section</label>
</div>
<div class="col-sm-8">
<div class="form-group">
<div id="idSection" style="border:1px solid #ccc; width:250px; height: 110px; overflow-y: scroll;">
</div>
<?php if($errors->has('idSection')): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first('idSection')); ?></strong>
</label>
<?php endif; ?>
<span id='sectionerror'></span>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-sm-4 form-control-label">
<label for="classname">EC No.</label>
</div>
<div class="col-sm-8">
<div class="form-group">
<div id="idStudent" style="border:1px solid #ccc; width:250px; height: 110px; overflow-y: scroll;">
</div>
<?php if($errors->has('ecNO')): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first('ecNO')); ?></strong>
</label>
<?php endif; ?>
<span id="ecnoerror"></span>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-sm-4 form-control-label">
<label for="classname">SMS To</label>
</div>
<div class="col-sm-8">
<div class="form-group">
<?php echo Form::select('smsTo',['Father'=>'Father','Mother'=>'Mother','Emergency'=>'Emergency Contact Person','All'=>'All'],null,['class' => 'form-control show-tick ms']); ?>
<?php if($errors->has('smsTo')): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first('smsTo')); ?></strong>
</label>
<?php endif; ?>
<span id="ecnoerror"></span>
</div>
</div>
</div>
</div>
<div id="staffsmsform" style="display: none;">
<div class="row clearfix">
<div class="col-sm-4 form-control-label">
<label for="classname">Enrollment No.</label>
</div>
<div class="col-sm-8">
<div class="form-group">
<div style="border:1px solid #ccc; width:250px; height: 110px; overflow-y: scroll;">
<div id="idEmployee" class="checkbox-inline" style="padding-left:10px;padding-top:5px;">
</div>
</div>
<?php if($errors->has('idEmployee')): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first('idEmployee')); ?></strong>
</label>
<?php endif; ?>
<span id="teachererror"></span>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-sm-4 form-control-label">
<label for="classname">Message</label>
</div>
<div class="col-sm-8">
<div class="form-group">
<?php echo Form::textarea('message',null,['class' => 'form-control','size'=>'30x2','maxlength'=>'320']); ?>
<?php if($errors->has('message')): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first('message')); ?></strong>
</label>
<?php endif; ?>
<span id="smserror"></span>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-sm-8 offset-sm-2">
<?php echo Form::submit('SEND',['class' => 'btn btn-raised btn-primary btn-round waves-effect','id'=>'submit-btn']); ?>
<?php echo Form::close(); ?>
</div>
</div>
</div>
</div>
</div>
<!--</div>
<div class="row clearfix">-->
<div class="col-sm-7">
<div class="card">
<div class="header">
<h2><strong>Sent SMS</strong></h2>
</div>
<div class="body table-responsive">
<?php echo Form::open(['method' => 'GET', 'action' => ['School\SmsController@index'], 'class' => 'form-horizontal']); ?>
<div class="row clearfix">
<div class="col-sm-3 form-control-label">
<label for="classname">From Date</label>
</div>
<div class="col-sm-5">
<div class="form-group">
<?php echo Form::text('fromDate',null,['class' => 'form-control datepicker']); ?>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-sm-3 form-control-label">
<label for="classname">To Date</label>
</div>
<div class="col-sm-5">
<div class="form-group">
<?php echo Form::text('toDate',null,['class' => 'form-control datepicker']); ?>
</div>
</div>
<div class="col-sm-2">
<?php echo Form::submit('Search',['class' => 'btn btn-raised btn-primary btn-round waves-effect']); ?>
<?php echo Form::close(); ?>
</div>
</div>
<table class="table table-bordered table-striped table-hover js-basic-example dataTable">
<thead>
<tr>
<th>S. No.</th>
<th>Date</th>
<th>Class</th>
<th>Section</th>
<th>EC No.</th>
<th>Student Name</th>
<th>Template ID</th>
<!--<th>Subject</th>-->
<th>SMS</th>
</tr>
</thead>
<tbody>
<?php $i = 1; ?>
<?php $__currentLoopData = $sms; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<th scope="row"><?php echo e($i); ?></th>
<td><?php echo e($value->created_at->format('d-m-Y')); ?></td>
<td>
<?php if($value->cardholder == 'Student'): ?>
<?php echo e(isset($value->classM->className) ? $value->classM->className : 'All'); ?>
<?php endif; ?>
</td>
<td>
<?php if($value->cardholder == 'Student'): ?>
<?php echo e(isset($value->section->sectionName) ? $value->section->sectionName : 'All'); ?>
<?php endif; ?>
</td>
<td>
<?php if($value->cardholder == 'Student'): ?>
<?php echo e(isset($value->student->ecNo) ? $value->student->ecNo : 'All'); ?>
<?php endif; ?>
</td>
<td>
<?php if($value->cardholder == 'Student' && $value->idStudent!=null): ?>
<?php echo e($value->student->firstName); ?> <?php echo e($value->student->middleName); ?> <?php echo e($value->student->lastName); ?>
<?php endif; ?>
</td>
<td><?php echo e(isset($value->tmpId) ? $value->tmpId : ''); ?></td>
<td><?php echo e($value->message); ?></td>
</tr>
<?php $i++; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?>
<script>
$(document).ready(function() {
$('select[name="idClass"]').on('change', function() {
var classID = $(this).val();
if(classID!='All') {
$.ajax({
url: "<?php echo e(url('/school/class')); ?>"+'/' +classID + "/sections",
type: "GET",
dataType: "json",
success:function(data) {
$('#idSection').empty();
$('#idSection').append('<div class="checkbox-inline" style="padding-left:10px;padding-top:5px;"><label style="margin-right:42px;"><strong>Select All</label></strong><input type="checkbox" class="select-all" id="selectall" name="allsection"></div>');
$.each(data, function(key, value) {
$('#idSection').append('<div class="checkbox-inline" style="padding-left:10px;"><label style="margin-right:100px;">'+value+'</label><input type="checkbox" name="sections[]" value="'+key+'" class="sectionclass"></div>');
});
}
});
}else{
$('select[name="idSection"]').empty();
}
});
});
$(document).ready(function() {
$('select[name="cardholder"]').on('change', function() {
var cardholderVal = $(this).val();
if(cardholderVal == 'Student') {
$('#stdsmsform').show();
$('#staffsmsform').hide();
}else{
$('#stdsmsform').hide();
$.ajax({
url: "<?php echo e(url('/school/emptypes')); ?>"+'/' +cardholderVal + "/employees",
type: "GET",
dataType: "json",
success:function(data) {
$('#staffsmsform').show();
$('#idEmployee').empty();
$('#idEmployee').append('<label style="margin-right:42px;"><strong>Select All</label></strong><input type="checkbox" class="select-allstaff" id="selectallteachser">');
$.each(data, function(key, value) {
$('#idEmployee').append('<div class="checkbox-inline" style="padding-left:5px;"> <label style="margin-right:10px;">'+value+'</label><input type="checkbox" name="teachers[]" value="'+key+'" class="chkallstaff"></div>');
});
}
});
}
});
});
$(document).on('click', '.select-allstaff', function(){
var checkAllstaff = this.checked;
if(checkAllstaff === true){
$('.chkallstaff').each(function () {
this.checked = checkAllstaff;
});
}else{
$('.chkallstaff').each(function () {
this.checked = checkAllstaff;
});
}
});
$(document).on('click', '.select-all', function(){
var checkAll = this.checked;
if(checkAll === true){
$('input[type=checkbox]').each(function () {
this.checked = checkAll;
});
var sectionIds = [];
$("input:checkbox[name='sections[]']:checked").each(function () {
sectionIds.push($(this).val());
});
if (sectionIds.length > 0) {
$.ajax({
url: "<?php echo e(url('/school/sec')); ?>"+'/' +sectionIds + "/students",
type: "GET",
dataType: "json",
success:function(data) {
$('#idStudent').empty();
$('#idStudent').append('<div class="checkbox-inline" style="padding-left:10px;padding-top:5px;"><label style="margin-right:42px;"><strong>Select All</label></strong><input type="checkbox" class="select-allstd" id="selectallstd" name="allstd"></div>');
$.each(data, function(key, value) {
$('#idStudent').append('<div class="checkbox-inline" style="padding-left:10px;"><label style="margin-right:10px;">'+value+'</label><input type="checkbox" name="students[]" value="'+key+'" class="stdallselect"></div>');
});
}
});
}
}else{
$('#idStudent').empty();
$('input[type=checkbox]').each(function () {
this.checked = checkAll;
});
}
});
$(document).on('click', '.sectionclass', function(){
var sectionIds = [];
$("input:checkbox[name='sections[]']:checked").each(function () {
sectionIds.push($(this).val());
});
if (sectionIds.length > 0) {
$.ajax({
url: "<?php echo e(url('/school/sec')); ?>"+'/' +sectionIds + "/students",
type: "GET",
dataType: "json",
success:function(data) {
$('#idStudent').empty();
$('#idStudent').append('<div class="checkbox-inline" style="padding-left:10px;padding-top:5px;"><label style="margin-right:42px;"><strong>Select All</label></strong><input type="checkbox" class="select-allstd" id="selectallstd" name="allstd"></div>');
$.each(data, function(key, value) {
$('#idStudent').append('<div class="checkbox-inline" style="padding-left:10px;"><label style="margin-right:10px;">'+value+'</label><input type="checkbox" name="students[]" value="'+key+'" class="stdallselect"></div>');
});
}
});
}else{
$('#idStudent').empty();
}
});
$(document).on('click', '.select-allstd', function(){
var checkAllstd = this.checked;
if(checkAllstd === true){
$("input:checkbox[name='students[]']").each(function () {
this.checked = checkAllstd;
});
}else{
$('.stdallselect').each(function () {
this.checked = checkAllstd;
});
}
});
// Delete SMS
$(document).on('click', '.js-sweetalert', function (e) {
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
});
e.preventDefault();
var id = $(this).data('id');
swal({
title: "Are you sure?",
text: "Are You sure you want to delete this SMS!",
type: "warning",
showCancelButton: true,
confirmButtonColor: "#DD6B55",
confirmButtonText: "Yes, delete it!",
closeOnConfirm: true
},
function() {
// console.log('here');
$.ajax({
type: "DELETE",
url: "<?php echo e(url('/school/sendsms/')); ?>" +"/"+id,
data: {id:id}
})
.done(function(data) {
swal({
title: "Deleted",
text: "SMS has been successfully deleted",
type: "success"
},function() {
location.reload();
});
})
.error(function(data) {
swal("Oops", "We couldn't connect to the server!", "error");
});
return false;
});
});
// Saving form data
$('#sms_form').on('submit',function(e){
$.ajaxSetup({
header:$('meta[name="_token"]').attr('content')
});
var formData = new FormData($('#sms_form')[0]);
$("#submit-btn").prop('disabled', true);
$.ajax({
type:"POST",
url: "<?php echo e(url('school/sendsms')); ?>",
processData: false,
contentType: false,
data:formData,
dataType: 'json',
success:function(data){
if( data[Object.keys(data)[0]] === 'SUCCESS' ){
$("#submit-btn").prop('disabled', true);
window.location = "<?php echo e(url('school/sendsms')); ?>";
}
else { //False Case: With error msg
$("#msg").html(data); //$msg is the id of empty msg
}
},
error: function(data){
if( data.status === 422 ) {
$("#submit-btn").prop('disabled', false);
var errors = data.responseJSON.errors;
var errorHtml = '<div class="alert alert-danger"><ul>';
$('#formerrors').html(errorHtml);
if(errors['idClass']=== undefined){
$( '#classerror' ).empty();
}else{
errorname = '<span class="help-block"><strong>'+errors['idClass']+'</strong></span>';
$( '#classerror' ).html( errorname );
}
if(errors['idSection']=== undefined){
$( '#sectionerror' ).empty();
}else{
errorname = '<span class="help-block"><strong>'+errors['idSection']+'</strong></span>';
$( '#sectionerror' ).html( errorname );
}
if(errors['idStudent']=== undefined){
$( '#ecnoerror' ).empty();
}else{
errorname = '<span class="help-block"><strong>'+errors['idStudent']+'</strong></span>';
$( '#ecnoerror' ).html( errorname );
}
if(errors['subject']=== undefined){
$( '#subjecterror' ).empty();
}else{
errorname = '<span class="help-block"><strong>'+errors['subject']+'</strong></span>';
$( '#subjecterror' ).html( errorname );
}
if(errors['message']=== undefined){
$( '#smserror' ).empty();
}else{
errorname = '<span class="help-block"><strong>'+errors['message']+'</strong></span>';
$( '#smserror' ).html( errorname );
}
if(errors['cardholder']=== undefined){
$( '#cardholdererror' ).empty();
}else{
errorname = '<span class="help-block"><strong>'+errors['cardholder']+'</strong></span>';
$( '#cardholdererror' ).html( errorname );
}
if(errors['idEmployee']=== undefined){
$( '#teachererror' ).empty();
}else{
errorname = '<span class="help-block"><strong>'+errors['idEmployee']+'</strong></span>';
$( '#teachererror' ).html( errorname );
}
}
}
});
return false;
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('schools.school_layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
Copyright © 2021 -