diff --git a/resources/views/ManageEvent/Attendees.blade.php b/resources/views/ManageEvent/Attendees.blade.php index eb13952b..a542b5ca 100644 --- a/resources/views/ManageEvent/Attendees.blade.php +++ b/resources/views/ManageEvent/Attendees.blade.php @@ -31,8 +31,10 @@ Attendees
-
+
Print Attendee List +
+
@@ -51,7 +53,7 @@ Attendees
{!! Form::open(array('url' => route('showEventAttendees', ['event_id'=>$event->id,'sort_by'=>$sort_by]), 'method' => 'get')) !!}
- + @@ -69,7 +71,7 @@ Attendees @if($attendees->count())
- +
diff --git a/resources/views/ManageEvent/CheckIn.blade.php b/resources/views/ManageEvent/CheckIn.blade.php index b34d2281..d1a854ad 100644 --- a/resources/views/ManageEvent/CheckIn.blade.php +++ b/resources/views/ManageEvent/CheckIn.blade.php @@ -30,18 +30,14 @@