@extends( 'newBase' ) @section('title', 'index') @section('content')

抽奖活动列表

@if(!empty($list)) @foreach($list as $key=> $value) @endforeach @endif
@endsection