+
+ |
+
| + @yield('message_content') + | +
diff --git a/resources/views/ja/Emails/Auth/Reminder.blade.php b/resources/views/ja/Emails/Auth/Reminder.blade.php new file mode 100644 index 00000000..ca3536f1 --- /dev/null +++ b/resources/views/ja/Emails/Auth/Reminder.blade.php @@ -0,0 +1,11 @@ +@extends('en.Emails.Layouts.Master') + +@section('message_content') +
Hi {{$first_name}}
++ Thank you for registering for {{ config('attendize.app_name') }}. We're thrilled to have you on board. +
+ ++ You can create you first event and confirm your email using the link below. +
+ ++ If you have any questions, feedback or suggestions feel free to reply to this email. +
++ Thank you +
+ +@stop + +@section('footer') + + +@stop diff --git a/resources/views/ja/Emails/FailedQueue.blade.php b/resources/views/ja/Emails/FailedQueue.blade.php new file mode 100644 index 00000000..d898b887 --- /dev/null +++ b/resources/views/ja/Emails/FailedQueue.blade.php @@ -0,0 +1,8 @@ +
+ {{json_encode($data)}}
+
+
+ {{json_encode($job)}}
+
+
diff --git a/resources/views/ja/Emails/Layouts/Master.blade.php b/resources/views/ja/Emails/Layouts/Master.blade.php
new file mode 100644
index 00000000..7c1e8822
--- /dev/null
+++ b/resources/views/ja/Emails/Layouts/Master.blade.php
@@ -0,0 +1,71 @@
+
+
+
+
+ | + |
+
+
+
+
+
+
+
|
+ + |
| + |
+
+
+
+
+
+
|
+ + |
| + Ticket + | ++ Qty. + | ++ Price + | ++ Fee + | ++ Total + | +|
| + {{$order_item->title}} + | ++ {{$order_item->quantity}} + | ++ @if((int)ceil($order_item->unit_price) == 0) + FREE + @else + {{money($order_item->unit_price, $order->event->currency)}} + @endif + + | ++ @if((int)ceil($order_item->unit_price) == 0) + - + @else + {{money($order_item->unit_booking_fee, $order->event->currency)}} + @endif + + | ++ @if((int)ceil($order_item->unit_price) == 0) + FREE + @else + {{money(($order_item->unit_price + $order_item->unit_booking_fee) * ($order_item->quantity), $order->event->currency)}} + @endif + + | +|
| + | ++ | ++ | ++ Sub Total + | ++ {{$orderService->getOrderTotalWithBookingFee(true)}} + | +|
| + | ++ | ++ | ++ {{$order->event->organiser->tax_name}} + | ++ {{$orderService->getTaxAmount(true)}} + | +|
| + | ++ | ++ | ++ Total + | ++ {{$orderService->getGrandTotal(true)}} + | +|
| + Ticket + | ++ Quantity + | ++ Price + | ++ Booking Fee + | ++ Total + | +|
|---|---|---|---|---|---|
| + {{$order_item->title}} + | ++ {{$order_item->quantity}} + | ++ @if((int)ceil($order_item->unit_price) == 0) + FREE + @else + {{money($order_item->unit_price, $order->event->currency)}} + @endif + + | ++ @if((int)ceil($order_item->unit_price) == 0) + - + @else + {{money($order_item->unit_booking_fee, $order->event->currency)}} + @endif + + | ++ @if((int)ceil($order_item->unit_price) == 0) + FREE + @else + {{money(($order_item->unit_price + $order_item->unit_booking_fee) * ($order_item->quantity), $order->event->currency)}} + @endif + + | +|
| + | ++ | ++ | ++ Sub Total + | ++ {{$orderService->getOrderTotalWithBookingFee(true)}} + | +|
| + | ++ | ++ | ++ {{$order->event->organiser->tax_name}} + | ++ {{$orderService->getTaxAmount(true)}} + | +|
| + | ++ | ++ | ++ Total + | ++ {{$orderService->getGrandTotal(true)}} + | +|
Hello
++ You have been added to an {{ config('attendize.app_name') }} account by {{$inviter->first_name.' '.$inviter->last_name}}. +
+ +
+ You can log in using the following details.
+
+ Username: {{$user->email}}
+ Password: {{$temp_password}}
+
+ You can change your temporary password once you have logged. +
+ ++ If you have any questions please reply to this email. +
++ Thank you +
+ +@stop + +@section('footer') + + +@stop diff --git a/resources/views/ja/Emails/messageReceived.blade.php b/resources/views/ja/Emails/messageReceived.blade.php new file mode 100644 index 00000000..171de2c0 --- /dev/null +++ b/resources/views/ja/Emails/messageReceived.blade.php @@ -0,0 +1,19 @@ +@extends('en.Emails.Layouts.Master') + +@section('message_content') + +Hi there,
+You have received a message from {{ (isset($sender_name) ? $sender_name : $event->organiser->name) }} in relation to the event {{ $event->title }}.
++ {{nl2br($message_content)}} +
+ ++ You can contact {{ (isset($sender_name) ? $sender_name : $event->organiser->name) }} directly at {{ (isset($sender_email) ? $sender_email : $event->organiser->email) }}, or by replying to this email. +
+@stop + +@section('footer') + + +@stop diff --git a/resources/views/ja/Emails/notifyCancelledAttendee.blade.php b/resources/views/ja/Emails/notifyCancelledAttendee.blade.php new file mode 100644 index 00000000..43ca1789 --- /dev/null +++ b/resources/views/ja/Emails/notifyCancelledAttendee.blade.php @@ -0,0 +1,17 @@ +@extends('en.Emails.Layouts.Master') + +@section('message_content') + +Hi there,
++ Your ticket for the event {{{$attendee->event->title}}} has been cancelled. +
+ ++ You can contact {{{$attendee->event->organiser->name}}} directly at {{{$attendee->event->organiser->email}}} or by replying to this email should you require any more information. +
+@stop + +@section('footer') + +@stop diff --git a/resources/views/ja/Emails/notifyRefundedAttendee.blade.php b/resources/views/ja/Emails/notifyRefundedAttendee.blade.php new file mode 100644 index 00000000..cf60160b --- /dev/null +++ b/resources/views/ja/Emails/notifyRefundedAttendee.blade.php @@ -0,0 +1,18 @@ +@extends('en.Emails.Layouts.Master') + +@section('message_content') + +Hi there,
++ You have received a refund on behalf of your cancelled ticket for {{{$attendee->event->title}}}. + {{{ $refund_amount }}} has been refunded to the original payee, you should see the payment in a few days. +
+ ++ You can contact {{{ $attendee->event->organiser->name }}} directly at {{{$attendee->event->organiser->email}}} or by replying to this email should you require any more information. +
+@stop + +@section('footer') + +@stop \ No newline at end of file diff --git a/resources/views/ja/Installer/Partials/Footer.blade.php b/resources/views/ja/Installer/Partials/Footer.blade.php new file mode 100644 index 00000000..b605ce1d --- /dev/null +++ b/resources/views/ja/Installer/Partials/Footer.blade.php @@ -0,0 +1,18 @@ ++ Installation may make take several minutes to complete. Once you click 'Install Attendize' the config settings will be written to this file: {{base_path('.env')}}. You can manually change these settings in the future by editing this file. +
++ If the install fails be sure to check the log file in {{storage_path('logs')}}. If there are no errors in the log files also check other log files on your server. +
++ If you are using shared hosting please ask your host if they support the Attendize requirements before requesting support. +
++ If you still need help you can raise an issue. Please include as much detail as possible, including any errors in the log file. + Also take a look at the troubleshooting guide +
++ Please also read the licence before installing Attendize. +
+| + Ticket + | ++ Qty. + | ++ Price + | ++ Fee + | ++ Total + | +|
| + {{$order_item->title}} + | ++ {{$order_item->quantity}} + | ++ @if((int)ceil($order_item->unit_price) == 0) + FREE + @else + {{money($order_item->unit_price, $order->event->currency)}} + @endif + + | ++ @if((int)ceil($order_item->unit_price) == 0) + - + @else + {{money($order_item->unit_booking_fee, $order->event->currency)}} + @endif + + | ++ @if((int)ceil($order_item->unit_price) == 0) + FREE + @else + {{money(($order_item->unit_price + $order_item->unit_booking_fee) * ($order_item->quantity), $order->event->currency)}} + @endif + + | +|
| + | ++ | ++ | ++ Sub Total + | ++ {{$orderService->getOrderTotalWithBookingFee(true)}} + | +|
| + | ++ | ++ | ++ {{$order->event->organiser->tax_name}} + | ++ {{$orderService->getTaxAmount(true)}} + | +|
| + | ++ | ++ | ++ Total + | ++ {{$orderService->getGrandTotal(true)}} + | +|