@if(Session::has('message'))

提示!

{{ Session::get('message') }}
@endif
{{-- --}}
{!! Form::open( [ 'route' => ['admin.course.activities.sign_up'], 'method' => 'get', 'id' => 'ordersurch-form','class'=>'form-horizontal'] ) !!} {{-- --}}
{!! Form::close() !!}
@if(count($sign_up)>0) @foreach ($sign_up as $val) @endforeach @else @endif
姓名 活动 电话 年龄 状态
{{$val->name}} {{$val->activities}} {{$val->mobile}} {{$val->age}} @if($val->status==1)成功 @else 未成功 @endif
  共 {!! $sign_up->total() !!} 条记录
{!! $sign_up->appends(request()->except('page'))->render() !!}
当前无数据