@lang('app.edit') @lang('app.menu.Events')

{!! Form::open(['id'=>'updateEvent','class'=>'ajax-form','method'=>'PUT']) !!}
@lang('modules.events.viewAttendees') ({{ count($event->attendee) }})
    @foreach($event->attendee as $emp)
  • {{ ucwords($emp->user->name) }} @lang('app.remove')
  • @endforeach
repeat == 'yes') checked @endif type="checkbox">
repeat == 'no') style="display: none" @endif>
{!! Form::close() !!}