Sindbad~EG File Manager
@extends('ijo_layout')
@section('title')
<title>OPT-IN IJO</title>
@stop
@section('scriptTop')
<script type="text/javascript">
var baseUrl = "{{ url('/') }}";
</script>
@stop
@section('content')
@section('ContentTitle',"Confirmation for IJO Opt-in")
<div id="frm">
{{ Form::open(array('url' => '#','role'=>'form','id'=>'form_coi_consent')) }}
<!--step 2 details -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 text-left">
<h4>
Dear {{ $u->prefix }} {{ $u->first_name }}
<br />
</h4>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 text-left">
<h4>
Do you really want to receive hard copies of the journal?
<br /><br />
If yes, <a href="{{url('/')}}/confirm_optinijo/{{ Helper::encrypt($u->user_id.'/1') }}" >click here</a>
<br /><br />
If you have opted to receive the hard copy of the journal, please confirm if the below address of yours is correct.
<br /><br />
<b class="text-danger">Address : </b><br/>
{{ isset($u->address1)?$u->address1.'<br/>':'' }}
{{ isset($u->address2)?$u->address2.'<br/>':'' }}
{{ isset($u->address3)?$u->address3.'<br/>':'' }}
<b class="text-danger">city :</b> {{ isset($u->city)?$u->city.'<br/>':'' }}
<b class="text-danger">State :</b> {{ isset($u->state_name)?$u->state_name.'<br/>':'' }}
<b class="text-danger">Pincode :</b> {{ isset($u->pincode)?$u->pincode.'<br/>':'' }}
<b class="text-danger">Email id :</b> {{ $u->email }}<br/>
<b class="text-danger">Mobile number :</b> {{ $u->mobile }}<br/>
<br /><br />
For any changes in the address, please write to <a href="mailto:editorijo@aios.org">editorijo@aios.org</a>
<br /><br />
<!--<a class="btn btn-primary btn-lg" href="{{url('/')}}/confirm_optinijo/{{ Helper::encrypt($u->user_id.'/1') }}" >Yes</a>-->
<!--<a class="btn btn-danger btn-lg" href="{{url('/')}}/confirm_optinijo/{{ Helper::encrypt($u->user_id.'/2') }}" >No</a>-->
</h4>
</div>
</div>
{{ Form::close() }}
</div>
@stop
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists