text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```php @extends('Emails.Layouts.Master') @section('message_content') @lang("basic.hello") {{ $attendee->first_name }},<br><br> {{ @trans("Order_Emails.tickets_attached") }} <a href="{{route('showOrderDetails', ['order_reference' => $attendee->order->order_reference])}}">{{route('showOrderDetails', ['order_reference'...
/content/code_sandbox/resources/views/Emails/OrderAttendeeTicket.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
98
```php @extends('en.Emails.Layouts.Master') @section('message_content') Hello {{$attendee->first_name}},<br><br> You have been invited to the event <b>{{$attendee->order->event->title}}</b>.<br/> Your ticket for the event is attached to this email. <br><br> Regards @stop ```
/content/code_sandbox/resources/views/Emails/AttendeeInvite.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
72
```php @extends('Emails.Layouts.Master') @section('message_content') @lang("basic.hello"),<br><br> @lang("Order_Emails.received_new_order") <b>{{$order->event->title}}</b>.<br><br> @if(!$order->is_payment_received) <b>@lang("Order_Emails.order_still_awaiting_payment")</b> <br><br> @endif <h3>@lang("Public_...
/content/code_sandbox/resources/views/Emails/OrderNotification.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,250
```php @extends('Shared.Layouts.Master') @section('title') @parent <?php /*Seems like unfinished page, but only 2 variables, so translating*/ ?> @lang("Event.promote_event") @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('menu') @include('ManageEvent.Partials.Sidebar') @sto...
/content/code_sandbox/resources/views/ManageEvent/Promote.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
166
```php @extends('Shared.Layouts.Master') @section('title') @parent @lang('AccessCodes.title') @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('menu') @include('ManageEvent.Partials.Sidebar') @stop @section('page_title') <i class='ico-money mr5'></i> @lang('Ac...
/content/code_sandbox/resources/views/ManageEvent/AccessCodes.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
682
```php @extends('Shared.Layouts.Master') @section('title') @parent @lang("Ticket.event_tickets") @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('page_title') <i class="ico-ticket mr5"></i> @lang("Ticket.event_tickets") @stop @section('head') <script> ...
/content/code_sandbox/resources/views/ManageEvent/Tickets.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,756
```php @extends('Shared.Layouts.Master') @section('title') @parent @lang("Event.event_orders") @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('menu') @include('ManageEvent.Partials.Sidebar') @stop @section('page_title') <i class='ico-cart mr5'></i> @lang("Event.event_orders") <spa...
/content/code_sandbox/resources/views/ManageEvent/Orders.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,559
```php @extends('Shared.Layouts.Master') @section('title') @parent @lang("Attendee.event_attendees") @stop @section('page_title') <i class="ico-users"></i> @lang("Attendee.attendees") @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('menu') @include('ManageEvent.Partials.Sidebar') @...
/content/code_sandbox/resources/views/ManageEvent/Attendees.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,932
```php <html> <head> <title> @lang('Event.print_attendees_title') </title> <!--Style--> {!!Html::style('assets/stylesheet/application.css')!!} <!--/Style--> <style type="text/css"> .table > thead > tr > th, .table > tbody > tr > th, .table > t...
/content/code_sandbox/resources/views/ManageEvent/PrintAttendees.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
496
```php <!doctype html> <html> <head> <title> @lang("Attendee.check_in", ["event"=>$event->title]) </title> {!! Html::script('vendor/vue/dist/vue.min.js') !!} {!! Html::script('vendor/vue-resource/dist/vue-resource.min.js') !!} {!! Html::style('assets/stylesheet/application.css') !!} {!...
/content/code_sandbox/resources/views/ManageEvent/CheckIn.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,522
```php @extends('Shared.Layouts.Master') @section('title') @parent @lang("Widgets.event_widgets") @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('menu') @include('ManageEvent.Partials.Sidebar') @stop @section('page_title') <i class='ico-code mr5'></i> @lang("Widgets.event_widgets"...
/content/code_sandbox/resources/views/ManageEvent/Widgets.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
330
```php @extends('Shared.Layouts.Master') @section('title') @parent @lang("Surveys.event_surveys") @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('menu') @include('ManageEvent.Partials.Sidebar') @stop @section('page_title') <i class='ico-clipboard4 mr5'></i> ...
/content/code_sandbox/resources/views/ManageEvent/Surveys.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,712
```php <!DOCTYPE html> <html> <head> <title> @lang("ManageEvent.attendize_qrcode_check_in"): {{ $event->title }} </title> {!! Html::style('assets/stylesheet/application.css') !!} {!! Html::style('assets/stylesheet/qrcode-check-in.css') !!} {!! Html::script('vendor/jquery/jquery.js') !!} <meta na...
/content/code_sandbox/resources/views/ManageEvent/QrcodeCheckIn.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
867
```php @extends('Shared.Layouts.Master') @section('title') @parent @lang("basic.dashboard") @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('page_title') <i class="ico-home2"></i> @lang("basic.event_dashboard") @endsection @section('menu') @include('ManageEvent.Part...
/content/code_sandbox/resources/views/ManageEvent/Dashboard.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
4,745
```php <div role="dialog" class="modal fade" style="display: none;"> {!! Form::open(array('url' => route('postMessageAttendee', array('attendee_id' => $attendee->id)), 'class' => 'ajax reset closeModalAfter')) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-h...
/content/code_sandbox/resources/views/ManageEvent/Modals/MessageAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
532
```php <div role="dialog" class="modal fade" style="display: none;"> {!! Form::open(array('url' => route('postCreateTicket', array('event_id' => $event->id)), 'class' => 'ajax')) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> ...
/content/code_sandbox/resources/views/ManageEvent/Modals/CreateTicket.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,158
```php <div role="dialog" class="modal fade" style="display: none;"> {!! Form::model($question, ['url' => route('postEditEventQuestion', ['event_id' => $event->id, 'question_id' => $question->id]), 'id' => 'edit-question-form', 'class' => 'ajax']) !!} <script id="question-option-template" type="text/template">...
/content/code_sandbox/resources/views/ManageEvent/Modals/EditQuestion.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,056
```php {{-- @todo Rewrite the JS for choosing event bg images and colours. --}} @extends('Shared.Layouts.Master') @section('title') @parent @lang("Event.customize_event") @stop @section('top_nav') @include('ManageEvent.Partials.TopNav') @stop @section('menu') @include('ManageEvent.Partials.Sidebar') ...
/content/code_sandbox/resources/views/ManageEvent/Customize.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
5,700
```php <div role="dialog" class="modal fade " style="display: none;"> {!! Form::open([ 'url' => route('postCancelOrder', ['order_id' => $order->id]), 'class' => 'closeModalAfter ajax', ]) !!} <div class="modal-dialog"> <div class="modal-content"> <...
/content/code_sandbox/resources/views/ManageEvent/Modals/CancelOrder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
766
```php <div role="dialog" class="modal fade" style="display: none;"> {!! Form::model($attendee, array('url' => route('postEditAttendee', array('event_id' => $event->id, 'attendee_id' => $attendee->id)), 'class' => 'ajax')) !!} <div class="modal-dialog"> <div class="modal-content"> <div class...
/content/code_sandbox/resources/views/ManageEvent/Modals/EditAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
658
```php <div role="dialog" class="modal fade " style="display: none;"> {!! Form::open(array('url' => route('postInviteAttendee', array('event_id' => $event->id)), 'class' => 'ajax')) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> ...
/content/code_sandbox/resources/views/ManageEvent/Modals/InviteAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
660
```php <div role="dialog" class="modal fade " style="display: none;"> {!! Form::open(array('url' => route('postImportAttendee', array('event_id' => $event->id)),'files' => true, 'class' => 'ajax')) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-cente...
/content/code_sandbox/resources/views/ManageEvent/Modals/ImportAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
562
```php <div role="dialog" class="modal fade" style="display: none;"> <style> .well.nopad { padding: 0px; } .modal-body .row{ margin-top:2rem; } </style> <div class="modal-dialog"> <div class="modal-content"> {!! Form::open(array('...
/content/code_sandbox/resources/views/ManageEvent/Modals/EditOrder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
524
```php <div role="dialog" class="modal fade" style="display: none;"> {!! Form::open(array('url' => route('postResendTicketToAttendee', array('attendee_id' => $attendee->id)), 'class' => 'ajax reset closeModalAfter')) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="moda...
/content/code_sandbox/resources/views/ManageEvent/Modals/ResendTicketToAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
297
```php <div role="dialog" class="modal fade" style="display: none;"> <style> .well.nopad { padding: 0px; } </style> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="clos...
/content/code_sandbox/resources/views/ManageEvent/Modals/ManageOrder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,182
```php <div id="QuestionForm" role="dialog" class="modal fade" style="display: none;"> {!! Form::open(['url' => route('postCreateEventQuestion', ['event_id'=>$event->id]), 'id' => 'edit-question-form', 'class' => 'ajax']) !!} <script id="question-option-template" type="text/template"> <tr> ...
/content/code_sandbox/resources/views/ManageEvent/Modals/CreateQuestion.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
909
```php <div role="dialog" class="modal fade " style="display: none;"> {!! Form::model($attendee, array('url' => route('postCancelAttendee', array('event_id' => $event->id, 'attendee_id' => $attendee->id)), 'class' => 'ajax')) !!} <div class="modal-dialog"> <div class="modal-content"> <div cl...
/content/code_sandbox/resources/views/ManageEvent/Modals/CancelAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
500
```php <div role="dialog" class="modal fade " style="display: none;"> {!! Form::model($ticket, ['url' => route('postEditTicket', ['ticket_id' => $ticket->id, 'event_id' => $event->id]), 'class' => 'ajax']) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header t...
/content/code_sandbox/resources/views/ManageEvent/Modals/EditTicket.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,417
```php <div role="dialog" class="modal fade" style="display: none;"> {!! Form::open(['url' => route('postCreateEventAccessCode', ['event_id' => $event->id]), 'class' => 'ajax']) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> ...
/content/code_sandbox/resources/views/ManageEvent/Modals/CreateAccessCode.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
332
```php <?php /* This template seems to be unfinished, not translating */ ?> <div role="dialog" class="modal fade " style="display: none;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismi...
/content/code_sandbox/resources/views/ManageEvent/Modals/ManageCoupons.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
877
```php ```
/content/code_sandbox/resources/views/ManageEvent/Modals/QrcodeCheckIn.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1
```php <div role="dialog" class="modal fade" style="display: ;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h3 class="modal-title"> ...
/content/code_sandbox/resources/views/ManageEvent/Modals/ViewAnswers.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
503
```php <div role="dialog" class="modal fade" style="display: none;"> {!! Form::open(array('url' => route('postMessageOrder', array('event_id' => $event->id, 'order_id' => $order->id)), 'class' => 'ajax reset closeModalAfter')) !!} <div class="modal-dialog"> <div class="modal-content"> <div c...
/content/code_sandbox/resources/views/ManageEvent/Modals/MessageOrder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
575
```php @extends('Shared.Layouts.BlankSlate') @section('blankslate-icon-class') ico-question2 @stop @section('blankslate-title') @lang("Question.no_questions_yet") @stop @section('blankslate-text') @lang("Question.no_questions_yet_text") @stop @section('blankslate-body') <button data-invoke="modal" d...
/content/code_sandbox/resources/views/ManageEvent/Partials/SurveyBlankSlate.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
158
```php @extends('Shared.Layouts.BlankSlate') @section('blankslate-icon-class') ico-users @stop @section('blankslate-title') @lang("ManageEvent.no_attendees_yet") @stop @section('blankslate-text') @lang("ManageEvent.no_attendees_yet_text") @stop @section('blankslate-body') <button data-invoke="modal" da...
/content/code_sandbox/resources/views/ManageEvent/Partials/AttendeesBlankSlate.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
166
```php <div role="dialog" class="modal fade " style="display: none;"> {!! Form::open(array('url' => route('postMessageAttendees', array('event_id' => $event->id)), 'class' => 'reset ajax closeModalAfter')) !!} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header t...
/content/code_sandbox/resources/views/ManageEvent/Modals/MessageAttendees.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,088
```php {!! Html::style(asset('assets/stylesheet/ticket.css')) !!} <style> .ticket { border: 1px solid {{$event->ticket_border_color}}; background: {{$event->ticket_bg_color}} ; color: {{$event->ticket_sub_text_color}}; border-left-color: {{$event->ticket_border_color}} ; } .t...
/content/code_sandbox/resources/views/ManageEvent/Partials/TicketDesignPreview.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
548
```php @extends('Shared.Layouts.BlankSlate') @section('blankslate-icon-class') ico-ticket @stop @section('blankslate-title') @lang("Ticket.no_tickets_yet") @stop @section('blankslate-text') @lang("Ticket.no_tickets_yet_text") @stop @section('blankslate-body') <button data-invoke="modal" data-modal-i...
/content/code_sandbox/resources/views/ManageEvent/Partials/TicketsBlankSlate.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
156
```php @section('pre_header') @if(!$event->is_live) <style> .sidebar { top: 63px; } </style> <div class="alert alert-warning top_of_page_alert"> {{ @trans("ManageEvent.event_not_live") }} {!! Form::open(['url' => route('MakeEven...
/content/code_sandbox/resources/views/ManageEvent/Partials/TopNav.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
291
```php @extends('Shared.Layouts.BlankSlate') @section('blankslate-icon-class') ico-cart @stop @section('blankslate-title') @lang("ManageEvent.no_orders_yet") @stop @section('blankslate-text') @lang("ManageEvent.no_orders_yet_text") @stop @section('blankslate-body') @stop ```
/content/code_sandbox/resources/views/ManageEvent/Partials/OrdersBlankSlate.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
76
```php <aside class="sidebar sidebar-left sidebar-menu"> <section class="content"> <h5 class="heading">@lang("basic.main_menu")</h5> <ul id="nav_main" class="topmenu"> <li> <a href="{{route('showOrganiserDashboard', ['organiser_id' => $event->organiser->id])}}"> ...
/content/code_sandbox/resources/views/ManageEvent/Partials/Sidebar.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,063
```php @extends('Shared.Layouts.MasterWithoutMenus') @section('title') @lang("Installer.title") @stop @section('content') <div class="row"> <div class="col-md-7 col-md-offset-2"> <div class="panel"> <div class="panel-body"> <div class="logo"> ...
/content/code_sandbox/resources/views/Installer/Upgrader.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
433
```php @extends('Shared.Layouts.MasterWithoutMenus') @section('title') @lang("Installer.title") @stop @section('content') <div class="row"> <div class="col-md-7 col-md-offset-2"> <div class="panel"> <div class="panel-body"> <div class="logo"> ...
/content/code_sandbox/resources/views/Installer/AlreadyInstalled.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
138
```php @include('ManageOrganiser.Partials.EventCreateAndEditJS') {!! Form::model($event, array('url' => route('postEditEvent', ['event_id' => $event->id]), 'class' => 'ajax gf')) !!} <div class="row"> <div class="col-md-12"> <div class="form-group"> {!! Form::label('currency_id', trans("ManageEv...
/content/code_sandbox/resources/views/ManageEvent/Partials/EditEventForm.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,335
```php @extends('Shared.Layouts.MasterWithoutMenus') @section('title') @lang("Installer.title") @stop @section('head') <style> .modal-header { background-color: transparent !important; color: #666 !important; text-shadow: none !important;; } .alert-s...
/content/code_sandbox/resources/views/Installer/Installer.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,210
```php <div role="dialog" class="modal fade" style="display: none;"> {!! Form::model($user, array('url' => route('postEditUser'), 'class' => 'ajax closeModalAfter')) !!} <div class="modal-dialog account_settings"> <div class="modal-content"> <div class="modal-header text-center"...
/content/code_sandbox/resources/views/ManageUser/Modals/EditUser.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
792
```php <html> <head> <title> @lang("error.back_soon") </title> <style> body { background-color: #f9f9f9; color: #333; text-align: center; text-shadow: 0 1px 0 #fff; font-size: 1.8em; } .missing { width: 2...
/content/code_sandbox/resources/views/errors/503.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
163
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Bonjour,</p> <p>Vous avez reu un message de <b>{{ (isset($sender_name) ? $sender_name : $event->organiser->name) }}</b> en rapport avec l'vnement <b>{{ $event->title }}</b>.</p> <p style="padding: 10px; margin:10px; border: 1px solid #f3f3f3;"...
/content/code_sandbox/resources/views/fr/Emails/messageReceived.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
222
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Bonjour</p> <p> Vous avec t ajout au compte de {{ config('attendize.app_name') }} par {{$inviter->first_name.' '.$inviter->last_name}}. </p> <p> Vous pouvez vous connecter avec les informations ci-dessous.<br><br> Utilisateur...
/content/code_sandbox/resources/views/fr/Emails/inviteUser.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
205
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Bonjour,</p> <p> Vous avez reu un remboursement pour l'annulation du billet pour <b>{{{$attendee->event->title}}}</b>. <b>{{{ $refund_amount }}} ont t rembourss au bnficiaire initial, vous devriez voir le paiement dans ...
/content/code_sandbox/resources/views/fr/Emails/notifyRefundedAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
196
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Bonjour {{$first_name}}</p> <p> Merci de vous tre enregistr {{ config('attendize.app_name') }}. Nous sommes ravis de vous compter parmi nous. </p> <p> Vous pouvez crer votre premier vnement et confirmer votre courriel avec le lien ci...
/content/code_sandbox/resources/views/fr/Emails/ConfirmEmail.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
176
```php Bonjour {{{$attendee->first_name}}},<br><br> Nous avons joint vos billets ce courriel.<br><br> Vous pouvez voir les dtails de votre commande et tlcharger vos tickets sur {{route('showOrderDetails', ['order_reference' => $attendee->order->order_reference])}} tout moment.<br><br> Votre rfrence de commande est...
/content/code_sandbox/resources/views/fr/Emails/attendeeTicket.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
102
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Bonjour,</p> <p> Votre billet pour l'vnement <b>{{{$attendee->event->title}}}</b> a t annul. </p> <p> Vous pouvez contacter <b>{{{$attendee->event->organiser->name}}}</b> directement <a href='mailto:{{{$attendee->event->organiser->em...
/content/code_sandbox/resources/views/fr/Emails/notifyCancelledAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
147
```php @extends('en.Emails.Layouts.Master') @section('message_content') <div> Bonjour,<br><br> Pour rinitialiser votre mot de passe, remplissez ce formulaire: {{ route('showResetPassword', ['token' => $token]) }}. <br><br><br> Merci,<br> L'quipe Attendize </div> @stop `...
/content/code_sandbox/resources/views/fr/Emails/Auth/Reminder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
86
```php <div class="well"> <p> L'installation peut prendre plusieurs minutes finir. Une fois que vous cliquez sur '<b>Installer Attendize</b>' les paramtres de configuration seront crits dans ce fichier: <b>{{base_path('.env')}}</b>. Vous pouvez manuellement changer ces paramtres plus tard en ditant ce fich...
/content/code_sandbox/resources/views/fr/Installer/Partials/Footer.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
342
```php @extends('Shared.Layouts.Master') @section('title') @parent @lang("ManageAccount.event_attendees") @stop @section('page_title') <i class="ico-users"></i> @lang("ManageAccount.account_payment") @stop ```
/content/code_sandbox/resources/views/ManageAccount/Payment.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
49
```php <html xmlns="path_to_url" xmlns="path_to_url"> <head> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> @section('subject') Message Attendize.com @show </title> </head> <body style="back...
/content/code_sandbox/resources/views/fr/Emails/Layouts/Master.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,665
```php <section class="payment_gateway_options" id="gateway_{{$payment_gateway['id']}}"> <h4>@lang("ManageAccount.stripe_settings")</h4> <div class="row"> <div class="col-md-6"> <div class="form-group"> {!! Form::label('stripe_sca[apiKey]', trans("ManageAccount.stripe_secret_...
/content/code_sandbox/resources/views/ManageAccount/Partials/StripeSCA.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
239
```php <script> $(function () { $('.payment_gateway_options').hide(); $('#gateway_{{ $default_payment_gateway_id }}').show(); $('input[type=radio][name=payment_gateway]').on('change', function (e) { $('.payment_gateway_options').hide(); $('#gateway_' + $(this).val()...
/content/code_sandbox/resources/views/ManageAccount/Partials/PaymentGatewayOptions.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
347
```php <div role="dialog" class="modal fade" style="display: none;"> <style> .account_settings .modal-body { border: 0; margin-bottom: -35px; border: 0; padding: 0; } .account_settings .panel-footer { margin: -15px; ma...
/content/code_sandbox/resources/views/ManageAccount/Modals/EditAccount.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,488
```php <section class="payment_gateway_options" id="gateway_{{$payment_gateway['id']}}"> <h4>@lang("ManageAccount.stripe_settings")</h4> <div class="row"> <div class="col-md-6"> <div class="form-group"> {!! Form::label('stripe[apiKey]', trans("ManageAccount.stripe_secret_key"...
/content/code_sandbox/resources/views/ManageAccount/Partials/Stripe.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
233
```php @extends('Shared.Layouts.BlankSlate') @section('blankslate-icon-class') ico-search @stop @section('blankslate-title') No Search Results @stop @section('blankslate-text') There was nothing found matching the term '{{isset($search['q']) ? $search['q'] : $q}}' @stop @section('blankslate-body') ...
/content/code_sandbox/resources/views/Shared/Partials/NoSearchResults.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
84
```php <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.5"; fjs.parentNode.insertBefore(js, fjs); }(document, 'scri...
/content/code_sandbox/resources/views/Shared/Partials/FacebookSdk.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
95
```php {{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}} {{--See path_to_url for more information.--}} Powered By <a style="color: #FFF;" title="Attendize - Sell Tickets Online" href="path_to_url">Attendize</a> ```
/content/code_sandbox/resources/views/Shared/Partials/PoweredBy.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
62
```php <div class="panel mt10"> <a class="twitter-timeline" data-height="400" href="path_to_url{{ $twitter_account }}">Tweets by {{ $twitter_account }}</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> </div> ```
/content/code_sandbox/resources/views/Shared/Partials/TwitterTimelinePanel.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
64
```php <div class="fb-page" data-href="path_to_url{{$facebook_account}}" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-with="100%" data-hide-cover="false" data-show-facepile="true"> <...
/content/code_sandbox/resources/views/Shared/Partials/FacebookTimelinePanel.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
112
```php <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"> <link rel="shortcut icon" href="{{ asset('assets/images/touch/favicon.ico') }}"> <link rel="apple-touch-icon" sizes="57x57" hr...
/content/code_sandbox/resources/views/Shared/Partials/GlobalMeta.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
705
```php <script> function lang(key, params) { /* Line below will generate localization helpers warning, that it will not be included in search. * It is understandable, but I have no idea how to turn it off.*/ var data = <?=json_encode(trans("Javascript"))?>; var string = data[key]; ...
/content/code_sandbox/resources/views/Shared/Partials/LangScript.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
111
```php @if(session()->get('message')) <script>showMessage('{{\Session::get('message')}}');</script> @endif @if(config('attendize.google_analytics_id')) <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[...
/content/code_sandbox/resources/views/Shared/Partials/GlobalFooterJS.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
209
```php <html> <head> <title>@yield('title')</title> @include('Shared/Layouts/ViewJavascript') @include('Shared.Partials.GlobalMeta') <!--JS--> {!! Html::script('vendor/jquery/dist/jquery.min.js') !!} <!--/JS--> <!--Style--> {!!Html::style('assets/st...
/content/code_sandbox/resources/views/Shared/Layouts/MasterWithoutMenus.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
439
```php <!--Currently not using a modal layout a modals variation to much in content.--> <div id="@yield('modal-id')" class="modal fade " style="display: none;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header text-center"> <button type="button" c...
/content/code_sandbox/resources/views/Shared/Layouts/Modal.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
165
```php <style> .page-header { /*opacity: .1;*/ } </style> <div class="col-lg-6 col-lg-offset-3"> <div class="panel panel-minimal" style="margin-top:10%;"> <div class="panel-body text-center"> <i class="@yield('blankslate-icon-class') fsize112"></i> </div> <div cl...
/content/code_sandbox/resources/views/Shared/Layouts/BlankSlate.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
204
```php @extends('es.Emails.Layouts.Master') @section('message_content') <p>Hola,</p> <p>Ha recibido un mensaje de <b>{{ (isset($sender_name) ? $sender_name : $event->organiser->name) }}</b> en relacin al evento <b>{{ $event->title }}</b>.</p> <p style="padding: 10px; margin:10px; border: 1px solid...
/content/code_sandbox/resources/views/es/Emails/messageReceived.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
238
```php <!DOCTYPE html> <html lang="{{ Lang::locale() }}"> <head> <!-- _ _ _ _ /\ | | | | | (_) / \ | |_| |_ ___ _ __ __| |_ _______ ___ ___ _ __ ___ / /\ \| __| __/ _ \ '_ \ / _` | |_ / _ \ / __/ _ \| '_ ` _ \ / ____ \ |_| || __/ |...
/content/code_sandbox/resources/views/Shared/Layouts/Master.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,218
```php @extends('es.Emails.Layouts.Master') @section('message_content') <p>Hola</p> <p> Ha sido agregado a una cuenta {{ config('attendize.app_name') }} por {{$inviter->first_name.' '.$inviter->last_name}}. </p> <p> Puede iniciar sesin utilizando la siguiente informacin<br><br...
/content/code_sandbox/resources/views/es/Emails/inviteUser.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
227
```php @extends('es.Emails.Layouts.Master') @section('message_content') <p>Hola {{$first_name}}</p> <p> Gracias por registrarse en {{ config('attendize.app_name') }}. Estamos encantados de tenerte con nosotros. </p> <p> Puedes crear tu primer evento y confirmar tu correo electrnico us...
/content/code_sandbox/resources/views/es/Emails/ConfirmEmail.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
189
```php @extends('es.Emails.Layouts.Master') @section('message_content') <p>Hola,</p> <p> Has recibido un reembolso por de su entrada cancelada por <b>{{{$attendee->event->title}}}</b>. <b>{{{ $refund_amount }}} ha sido devuelto al beneficiario original, deberas recibir el pago en unos das.</b>...
/content/code_sandbox/resources/views/es/Emails/notifyRefundedAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
192
```php Hola {{{$attendee->first_name}}},<br><br> Hemos adjuntado sus entradas a este correo electrnico.<br><br> Puede ver la informacin de su pedido y descargar sus entradas en {{route('showOrderDetails', ['order_reference' => $attendee->order->order_reference])}} en cualquier momento. <br><br> Su referencia de pedi...
/content/code_sandbox/resources/views/es/Emails/attendeeTicket.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
105
```php @extends('es.Emails.Layouts.Master') @section('message_content') <p>Hola,</p> <p> Su entrada para el evento <b>{{{$attendee->event->title}}}</b> ha sido cancelada. </p> <p> Puede ponerse en contacto con <b>{{{$attendee->event->organiser->name}}}</b> directamente en <a ...
/content/code_sandbox/resources/views/es/Emails/notifyCancelledAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
157
```php @extends('es.Emails.Layouts.Master') @section('message_content') <div> Hola,<br><br> Para restablecer tu contrasea, completa este formulario: {{ route('password.reset', ['token' => $token]) }}. <br><br><br> Gracias, <br> El equipo de Attendize </div> @stop ```
/content/code_sandbox/resources/views/es/Emails/Auth/Reminder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
83
```php <div class="well"> <p> La instalacin puede tardar varios minutos en completarse. Una vez que hagas clic en '<b>Instalar Attendize</b>' los ajustes de configuracin se escribirn en este archivo: <b>{{base_path('.env')}}</b>. Puedes cambiar manualmente estas configuraciones en el futuro ...
/content/code_sandbox/resources/views/es/Installer/Partials/Footer.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
335
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hi there,</p> <p>You have received a message from <b>{{ (isset($sender_name) ? $sender_name : $event->organiser->name) }}</b> in relation to the event <b>{{ $event->title }}</b>.</p> <p style="padding: 10px; margin:10px; border: 1px solid #f3f...
/content/code_sandbox/resources/views/en/Emails/messageReceived.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
215
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hello</p> <p> You have been added to an {{ config('attendize.app_name') }} account by {{$inviter->first_name.' '.$inviter->last_name}}. </p> <p> You can log in using the following details.<br><br> Username: <b>{{$user->email}...
/content/code_sandbox/resources/views/en/Emails/inviteUser.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
187
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hi {{$first_name}}</p> <p> Thank you for registering for {{ config('attendize.app_name') }}. We're thrilled to have you on board. </p> <p> You can create you first event and confirm your email using the link below. </p> <div style="p...
/content/code_sandbox/resources/views/en/Emails/ConfirmEmail.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
157
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hi there,</p> <p> You have received a refund on behalf of your cancelled ticket for <b>{{{$attendee->event->title}}}</b>. <b>{{{ $refund_amount }}} has been refunded to the original payee, you should see the payment in ...
/content/code_sandbox/resources/views/en/Emails/notifyRefundedAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
176
```php Hi {{{$attendee->first_name}}},<br><br> We've attached your tickets to this email.<br><br> You can view your order info and download your tickets at {{route('showOrderDetails', ['order_reference' => $attendee->order->order_reference])}} anytime.<br><br> Your order reference is <b>{{$attendee->order->order_ref...
/content/code_sandbox/resources/views/en/Emails/attendeeTicket.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
92
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hi there,</p> <p> Your ticket for the event <b>{{{$attendee->event->title}}}</b> has been cancelled. </p> <p> You can contact <b>{{{$attendee->event->organiser->name}}}</b> directly at <a href='mailto:{{{$attendee->event->organiser->e...
/content/code_sandbox/resources/views/en/Emails/notifyCancelledAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
135
```php <html xmlns="path_to_url" xmlns="path_to_url"> <head> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> @section('subject') Email de Attendize.com @show </title> </head> <body style="bac...
/content/code_sandbox/resources/views/es/Emails/Layouts/Master.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,661
```php @extends('en.Emails.Layouts.Master') @section('message_content') <div> Hello,<br><br> To reset your password, complete this form: {{ route('password.reset', ['token' => $token]) }}. <br><br><br> Thank you,<br> Team Attendize </div> @stop ```
/content/code_sandbox/resources/views/en/Emails/Auth/Reminder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
75
```php <div class="well"> <p> Installation may make take several minutes to complete. Once you click '<b>Install Attendize</b>' the config settings will be written to this file: <b>{{base_path('.env')}}</b>. You can manually change these settings in the future by editing this file. </p> <p> ...
/content/code_sandbox/resources/views/en/Installer/Partials/Footer.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
267
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hey!</p> <p>Du hast eine Nachricht von <b>{{ (isset($sender_name) ? $sender_name : $event->organiser->name) }}</b> zu der Veranstaltung <b>{{ $event->title }}</b> bekommen.</p> <p style="padding: 10px; margin:10px; border: 1px solid #f3f3f3;">...
/content/code_sandbox/resources/views/de/Emails/messageReceived.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
216
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hallo,</p> <p> Du wurdest zu einem {{ config('attendize.app_name') }} Account von {{$inviter->first_name.' '.$inviter->last_name}} hinzugefgt. </p> <p> So kannst Du dich anmelden:<br><br> Benutzername: <b>{{$user->email}}</b> <br...
/content/code_sandbox/resources/views/de/Emails/inviteUser.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
203
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hey {{$first_name}}</p> <p> Danke fr Deine Registrierung bei {{ config('attendize.app_name') }}. Wir sind begeistert Dich dabei zu haben! </p> <p> Mit dem folgenden Link kannst Du Deine erste Veranstaltung erstellen und Deine E-Mail A...
/content/code_sandbox/resources/views/de/Emails/ConfirmEmail.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
181
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hey,</p> <p> Du hast eine Rckerstattung fr dein Ticket bei <b>{{{$attendee->event->title}}}</b> erhalten. <b>{{{ $refund_amount }}} wurde dem ursprnglichen Zahlungsberechtigten gutgeschrieben und sollte bald eintreffen....
/content/code_sandbox/resources/views/de/Emails/notifyRefundedAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
184
```php Hey {{{$attendee->first_name}}},<br><br> wir haben Deine Tickets an diese E-Mail angehngt.<br><br> Hier kannst Deine Bestellung ansehen und Deine Tickets herunterladen: {{route('showOrderDetails', ['order_reference' => $attendee->order->order_reference])}}<br><br> Deine Bestellnummer ist <b>{{$attendee->order...
/content/code_sandbox/resources/views/de/Emails/attendeeTicket.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
105
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>Hey,</p> <p> Dein Ticket fr die Veranstaltung <b>{{{$attendee->event->title}}}</b> wurde storniert. </p> <p> Solltest Du mehr Informationen brauchen kannst Du <b>{{{$attendee->event->organiser->name}}}</b> gleich hier <a href='mailto:...
/content/code_sandbox/resources/views/de/Emails/notifyCancelledAttendee.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
140
```php @extends('en.Emails.Layouts.Master') @section('message_content') <div> Hallo,<br><br> Um Dein Passwort zurckzusetzen kannst Du dieses Formular ausfllen: {{ route('password.reset', ['token' => $token]) }}. <br><br><br> Danke,<br> Attendize Team </div> @stop ```
/content/code_sandbox/resources/views/de/Emails/Auth/Reminder.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
88
```php <div class="well"> <p> Die Installation kann einige Minuten in anspruch nehmen, sobald Sie '<b>Attendize Installieren</b>' drcken. Die Konfiguration wird in folgende Datei geschrieben: <b>{{base_path('.env')}}</b>. In Zukunft knnen Sie nderungen in dieser Datei vornehmen. </p> <p> So...
/content/code_sandbox/resources/views/de/Installer/Partials/Footer.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
335
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p>,</p> <p> <b>{{ (isset($sender_name) ? $sender_name : $event->organiser->name) }}</b> <b>{{ $event->title }}</b>.</p> <p style="padding: 10px; margin:10px; border: 1px solid #f3f3f3;"> {!! nl2br($message_content) !!} </p> <p> ...
/content/code_sandbox/resources/views/ru/Emails/messageReceived.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
194
```php @extends('en.Emails.Layouts.Master') @section('message_content') <p></p> <p> {{ config('attendize.app_name') }} {{$inviter->first_name.' '.$inviter->last_name}}. </p> <p> , .<br><br> : <b>{{$user->email}}</b> <br> : <b>{{$temp_password}}</b> </p> <p> . </p> ...
/content/code_sandbox/resources/views/ru/Emails/inviteUser.blade.php
php
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
153