{!! Form::open( [ 'route' => ['admin.course.shop.index'], 'method' => 'get', 'id' => 'ordersurch-form','class'=>'form-horizontal'] ) !!}
{!! Form::close() !!}
@if(count($shop)>0) @foreach($shop as $value) @endforeach @else @endif
店铺名称 封面 坐标 负责人 电话 微信号 地址 是否启用 操作
{{ $value->name }} {{ $value->coordinates }} {{ $value->manager }} {{ $value->mobile }} {{ $value->wechat_no }} {{ $value->address }}
  共 {!! $shop->total() !!} 条记录
{!! $shop->appends(request()->except('page'))->render() !!}
当前无数据