Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
event
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fezrul
event
Commits
146ef00e
Commit
146ef00e
authored
Sep 20, 2018
by
fezrul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wording
parent
f903d8c3
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
24 deletions
+27
-24
app/Http/Controllers/HomeController.php
+1
-1
app/Http/Controllers/InvitationController.php
+1
-1
resources/views/admin/attendance/adminaction.blade.php
+7
-5
resources/views/admin/email/accept.blade.php
+2
-1
resources/views/admin/email/invite.blade.php
+3
-2
resources/views/admin/list.blade.php
+6
-9
resources/views/detail/adminaction.blade.php
+7
-5
No files found.
app/Http/Controllers/HomeController.php
View file @
146ef00e
...
...
@@ -286,7 +286,7 @@ class HomeController extends Controller
$message
->
from
(
'myevent@gmail.com'
,
'MyEvent'
);
$message
->
to
(
$uemail
)
->
subject
(
'Invitation for :'
.
$uevent
.
''
);
$message
->
to
(
$uemail
)
->
subject
(
'Invitation for :
'
.
$uevent
.
''
);
});
...
...
app/Http/Controllers/InvitationController.php
View file @
146ef00e
...
...
@@ -77,7 +77,7 @@ class InvitationController extends Controller
$message
->
from
(
'myevent@gmail.com'
,
'MyEvent'
);
$message
->
to
(
$uemail
)
->
subject
(
'
Acceptance for :
'
.
$uevent
.
''
);
$message
->
to
(
$uemail
)
->
subject
(
'
Invitation for :
'
.
$uevent
.
''
);
});
...
...
resources/views/admin/attendance/adminaction.blade.php
View file @
146ef00e
...
...
@@ -115,23 +115,25 @@
<input
class=
"form-control email"
type=
"text"
name=
"email"
placeholder=
"Email Address"
disabled
value=
"{{$info->email}}"
>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/
attendance/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-yellow"
>
Take attendance
</a>
<a
href=
"/
registration/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-blue"
>
Registration
</a>
<br><br>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/goodies/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-blue"
>
Goodies
</a>
<a
href=
"/goodies/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-blue"
>
Goodies
Collection
</a>
<br><br>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/
registration/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-blue"
>
Registration
</a>
<a
href=
"/
attendance/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-yellow"
>
Attendance: Grand Opening
</a>
<br><br>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/eventattendance/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-green"
>
Attendance
Event
</a>
<a
href=
"/eventattendance/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-green"
>
Attendance
: Award Night
</a>
<br><br>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/lunch/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-orange"
>
Lunch Event
</a>
<a
href=
"/lunch/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-orange"
>
Attendance: Gala Dinner
</a>
<br><br>
</div>
</div>
...
...
resources/views/admin/email/accept.blade.php
View file @
146ef00e
...
...
@@ -238,7 +238,8 @@ footer {
Thank you for accepting our invitation!!
<br>
<br>
We have prepaired your digital pass and detail for our event at our event page.
We have prepared your digital pass and details of our event at our event page.
<br>
You can also login to our event page using :
...
...
resources/views/admin/email/invite.blade.php
View file @
146ef00e
...
...
@@ -235,9 +235,10 @@ footer {
<div
class=
"notice"
>
<h2
class=
"name"
>
Dear {{$name}}
</h2>
<br>
We
please to inform you that you has being invited to our event
We
're pleased to inform you that you have been invited to our event.
<br>
Please go to this link to accept or to reject.
Please click this link for RSVP
<br>
<br>
...
...
resources/views/admin/list.blade.php
View file @
146ef00e
...
...
@@ -15,12 +15,11 @@
<th>{{ __("
No
") }}</th>
<th>{{ __("
Participant
Name
") }}</th>
<th>{{ __("
Email
") }}</th>
<th>{{ __("
Date
and
time
") }}</th>
<th>{{ __("
Goodies
") }}</th>
<th>{{ __("
Scan
By
") }}</th>
<th>{{ __("
Registration
") }}</th>
<th>{{ __("
Attendance
Event
") }}</th>
<th>{{ __("
Lunch
Event
") }}</th>
<th>{{ __("
Goodies
Collection
") }}</th>
<th>{{ __("
Attendance
:
Grand
Opening
") }}</th>
<th>{{ __("
Attendance
:
Award
Night
") }}</th>
<th>{{ __("
Attendance
:
Gala
Dinner
") }}</th>
</tr>
...
...
@@ -32,10 +31,9 @@
<td>{{
$loop->iteration
}}</td>
<td>{{
$list->fullname
}}</td>
<td>{{
$list->email
}}</td>
<td>{{
$list->time
}}</td>
<td>@if(
$list->goodies_status
== 1) Yes @else Not Yet @endif</td>
<td>{{
$list->by
}}</td>
<td>@if(
$list->registration_status
== 1) Yes @else Not Yet @endif</td>
<td>@if(
$list->goodies_status
== 1) Yes @else Not Yet @endif</td>
<td>{{
$list->time
}}</td>
<td>@if(
$list->attendance_status
== 1) Yes @else Not Yet @endif</td>
<td>@if(
$list->lunch_status
== 1) Yes @else Not Yet @endif</td>
...
...
@@ -49,7 +47,6 @@
<td>rafezah@3fresources.com</td>
<td>2-18-09-20 09:45:00</td>
<td>Yes (Scanned by Amer)</td>
<td>Muhamad Fezrul</td>
<td>Yes (Scanned by Amer) </td>
<td>Yes (Scanned by Rashdan)</td>
<td>Not Yet</td>
...
...
resources/views/detail/adminaction.blade.php
View file @
146ef00e
...
...
@@ -116,23 +116,25 @@
<input
class=
"form-control email"
type=
"text"
name=
"email"
placeholder=
"Email Address"
disabled
value=
"{{$info->email}}"
>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/
attendance/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-yellow"
>
Take attendance
</a>
<a
href=
"/
registration/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-blue"
>
Registration
</a>
<br><br>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/goodies/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-blue"
>
Goodies
</a>
<a
href=
"/goodies/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-blue"
>
Goodies
Collection
</a>
<br><br>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/
registration/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-blue"
>
Registration
</a>
<a
href=
"/
attendance/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-yellow"
>
Attendance: Grand Opening
</a>
<br><br>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/eventattendance/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-green"
>
Attendance
Event
</a>
<a
href=
"/eventattendance/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-green"
>
Attendance
: Award Night
</a>
<br><br>
</div>
<div
id=
"form_register_btn"
class=
"col-md-12"
>
<a
href=
"/lunch/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-orange"
>
Lunch Event
</a>
<a
href=
"/lunch/{{$info->id}}/{{$eventid}}"
class=
"btn btn-medium btn-orange"
>
Attendance: Gala Dinner
</a>
<br><br>
</div>
</div>
...
...
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