Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
konaspi2024
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
konaspi2024
Commits
c72cba66
Commit
c72cba66
authored
Mar 18, 2024
by
Muhammad Iskandar Java
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix email pendaftaran
parent
fc09251b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
147 additions
and
3 deletions
+147
-3
app/Http/Controllers/RegistrasiController.php
+1
-1
app/Jobs/SendMail.php
+4
-2
resources/views/email/invoice.blade.php
+0
-0
resources/views/email/selesai_pembayaran.blade.php
+142
-0
No files found.
app/Http/Controllers/RegistrasiController.php
View file @
c72cba66
...
@@ -266,7 +266,7 @@ public function updatePembayaran(Request $request, $va)
...
@@ -266,7 +266,7 @@ public function updatePembayaran(Request $request, $va)
'tanggal_bayar'
=>
Carbon
::
now
()
'tanggal_bayar'
=>
Carbon
::
now
()
]);
]);
//SendMail::dispatch($data, 'email.
invoice', $data['registrasi']->email, 'registrasi', 'email_regis
_sent_at');
//SendMail::dispatch($data, 'email.
selesai_pembayaran', $data['registrasi']->email, 'registrasi', 'email_pembayaran
_sent_at');
return
response
([
return
response
([
'status'
=>
200
,
'status'
=>
200
,
...
...
app/Jobs/SendMail.php
View file @
c72cba66
...
@@ -22,18 +22,20 @@ class SendMail implements ShouldQueue
...
@@ -22,18 +22,20 @@ class SendMail implements ShouldQueue
private
$view
;
private
$view
;
private
$table
;
private
$table
;
private
$field
;
private
$field
;
private
$subject
;
/**
/**
* Create a new job instance.
* Create a new job instance.
*
*
* @return void
* @return void
*/
*/
public
function
__construct
(
$data
,
$view
,
$email
,
$table
=
null
,
$field
=
null
)
public
function
__construct
(
$data
,
$view
,
$email
,
$table
=
null
,
$field
=
null
,
$subject
=
'Pendaftaran KONASPI UNESA 2024'
)
{
{
$this
->
data
=
$data
;
$this
->
data
=
$data
;
$this
->
view
=
$view
;
$this
->
view
=
$view
;
$this
->
email
=
$email
;
$this
->
email
=
$email
;
$this
->
table
=
$table
;
$this
->
table
=
$table
;
$this
->
field
=
$field
;
$this
->
field
=
$field
;
$this
->
subject
=
$subject
;
}
}
/**
/**
...
@@ -50,7 +52,7 @@ public function handle()
...
@@ -50,7 +52,7 @@ public function handle()
Mail
::
send
(
$this
->
view
,
$this
->
data
,
function
(
$message
)
use
(
$email
){
Mail
::
send
(
$this
->
view
,
$this
->
data
,
function
(
$message
)
use
(
$email
){
$message
->
from
(
'konaspi2024@unesa.ac.id'
,
'Universitas Negeri Surabaya'
);
$message
->
from
(
'konaspi2024@unesa.ac.id'
,
'Universitas Negeri Surabaya'
);
$message
->
sender
(
'konaspi2024@unesa.ac.id'
,
'Universitas Negeri Surabaya'
);
$message
->
sender
(
'konaspi2024@unesa.ac.id'
,
'Universitas Negeri Surabaya'
);
$message
->
subject
(
'Pendaftaran KONASPI UNESA 2024'
);
$message
->
subject
(
$this
->
subject
);
$message
->
to
(
$email
,
$email
);
$message
->
to
(
$email
,
$email
);
}
}
);
);
...
...
resources/views/email/invoice.blade.php
View file @
c72cba66
This diff is collapsed.
Click to expand it.
resources/views/email/selesai_pembayaran.blade.php
0 → 100644
View file @
c72cba66
@
extends
(
'layouts.blank'
)
@
section
(
'title'
,
'Invoice'
)
@
section
(
'content'
)
<
section
class
="
section
">
<div class="
section
-
body
">
<div class="
invoice
">
<div class="
invoice
-
print
">
<div class="
row
">
<div class="
col
-
lg
-
12
">
<p class="
section
-
lead
" style="
font
-
size
:
12
pt
">Terimakasih telah mendaftar KONASPI XI 2024. Pembayaran kegiatan telah kami terima</p>
<div class="
invoice
-
title
">
<h2>Invoice</h2>
<div class="
invoice
-
number
">No. Transaksi #{{$registrasi['kode_registrasi'] ?? 'param' }}</div>
</div>
<hr>
<div class="
row
" style="
font
-
size
:
12
pt
">
<div class="
col
-
md
-
6
">
<address>
<strong>Identitas:</strong><br>
{{$registrasi['nama'] ?? 'param' }}<br>
{{$registrasi['alamat'] ?? 'param' }}<br>
{{$registrasi['telepon'] ?? 'param' }}<br>
</address>
</div>
<div class="
col
-
md
-
6
text
-
md
-
right
">
<address>
<strong>Instansi:</strong><br>
{{$registrasi['instansi'] ?? 'param' }}<br>
</address>
</div>
</div>
<div class="
row
" style="
font
-
size
:
12
pt
">
<div class="
col
-
md
-
6
">
<address>
<strong>Metode Pembayaran:</strong><br>
Virtual Account : {{$registrasi['kode_registrasi'] ?? 'param' }}<br>
{{-- {{$registrasi['email'] ?? 'param' }} --}}
</address>
</div>
<div class="
col
-
md
-
6
text
-
md
-
right
">
<address>
<strong>Tanggal Registrasi:</strong><br>
{{$tglRegistrasi ?? 'param' }}<br><br>
</address>
</div>
</div>
</div>
</div>
<div class="
row
mt
-
4
">
<div class="
col
-
md
-
12
" style="
font
-
size
:
12
pt
">
<p class="
section
-
lead
">Rincian (Lunas)</p>
<div class="
table
-
responsive
">
<table class="
table
table
-
striped
table
-
hover
table
-
md
">
<tr>
<th data-width="
40
">#</th>
<th>Kegiatan</th>
<th class="
text
-
center
">Harga</th>
<th class="
text
-
center
">Jumlah</th>
<th class="
text
-
right
">Total Harga</th>
</tr>
@php
$no
= 2;
$initialharga
=
$konaspi['harga']
?? 0;
$subtotal
=
$initialharga
;
$i
= 0;
@endphp
<tr>
<td>1</td>
<td>
Convention
</td>
<td class="
text
-
center
">Rp
{
{$konaspi['harga']??'param'}
}
</td>
<td class="
text
-
center
">1</td>
<td class="
text
-
right
">Rp
{
{$konaspi['harga']??'param'}
}
</td>
</tr>
@if (isset(
$hargaKonferensi
))
@foreach (
$hargaKonferensi
as
$kon
)
@php
$subtotal
=
$subtotal
+
$kon['hargakon']
;
@endphp
<tr>
<td>
{
{$no}
}
</td>
<td>
{
{$kon['namakeg']}
}
<br> Konferensi : <b>
{
{$kon['namakon']??'param'}
}
</b>
</td>
<td class="
text
-
center
">Rp
{
{$kon['hargakon']??'param'}
}
</td>
<td class="
text
-
center
">1</td>
<td class="
text
-
right
">Rp
{
{$kon['hargakon']??'param'}
}
</td>
</tr>
@php
$i
++;
$no
++;
@endphp
@endforeach
@endif
</table>
</div>
<div class="
row
mt
-
4
">
<div class="
col
-
lg
-
8
">
{{-- <div class="
d
-
flex
">
<div class="
mr
-
2
bg
-
visa
" data-width="
61
" data-height="
38
"></div>
<div class="
mr
-
2
bg
-
jcb
" data-width="
61
" data-height="
38
"></div>
<div class="
mr
-
2
bg
-
mastercard
" data-width="
61
" data-height="
38
"></div>
<div class="
bg
-
paypal
" data-width="
61
" data-height="
38
"></div>
</div> --}}
</div>
<div class="
col
-
lg
-
4
text
-
right
">
<div class="
invoice
-
detail
-
item
">
<div class="
invoice
-
detail
-
name
">Subtotal</div>
<div class="
invoice
-
detail
-
value
">Rp
{
{$subtotal}
}
</div>
</div>
<hr class="
mt
-
2
mb
-
2
">
<div class="
invoice
-
detail
-
item
">
<div class="
invoice
-
detail
-
name
">Total</div>
<div class="
invoice
-
detail
-
value
invoice
-
detail
-
value
-
lg
">Rp
{
{$subtotal}
}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="
text
-
md
-
right
">
{{-- <div class="
float
-
lg
-
left
mb
-
lg
-
0
mb
-
3
">
<button class="
btn
btn
-
primary
btn
-
icon
icon
-
left
"><i class="
fas
fa
-
credit
-
card
"></i> Bayar</button>
<button class="
btn
btn
-
danger
btn
-
icon
icon
-
left
"><i class="
fas
fa
-
times
"></i> Cancel</button>
</div> --}}
{{-- <button class="
btn
btn
-
warning
btn
-
icon
icon
-
left
"><i class="
fas
fa
-
print
"></i> Cetak</button> --}}
@if (isset(
$registrasi
) && isset(
$kegiatanpeserta
) && isset(
$tglRegistrasi
) && isset(
$konaspi
) && isset(
$hargaKonferensi
) && isset(
$totalHarga
))
<input type="
hidden
" id="
registrasi
" name="
registrasi
" value="
{{
json_encode
(
$registrasi
)
??
'param'
}}
">
<input type="
hidden
" id="
kegiatanpeserta
" name="
kegiatanpeserta
" value="
{{
json_encode
(
$kegiatanpeserta
)
??
'param'
}}
">
<input type="
hidden
" id="
tglRegistrasi
" name="
tglRegistrasi
" value="
{{
json_encode
(
$tglRegistrasi
)
??
'param'
}}
">
<input type="
hidden
" id="
konaspi
" name="
konaspi
" value="
{{
json_encode
(
$konaspi
)
??
'param'
}}
">
<input type="
hidden
" id="
hargaKonferensi
" name="
hargaKonferensi
" value="
{{
json_encode
(
$hargaKonferensi
)
??
'param'
}}
">
<input type="
hidden
" id="
totalHarga
" name="
totalHarga
" value="
{{
json_encode
(
$totalHarga
)
??
'param'
}}
">
@endif
</div>
</div>
</div>
</section>
@endsection
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment