@extends('admin.layout') @section('content')
dfghfdhfgfghfg
@if(role('Dream/Info/create')) @endif
@if(isset($list)) @foreach($list as $key => $item) @endforeach @endif
id 梦想名称 所需梦想币 梦想倒计时 获得梦想币 梦想分 梦想状态 相关操作
{{ $item->id }} {{ $item->dream }} {{ $item->money }} {{ $item->time }} {{ $item->get_money }} {{ $item->mark }} {{ $item->status }}
@if(role('Dream/Info/view')) @endif
{!! $list->setPath('')->appends(Request::all())->render() !!}
@endsection