@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content') @if(check_auth('admin/producer/add')) @endif
重置
@foreach ($list as $a) @endforeach
ID 厂家名称 修改时间 操作
{{$a['id']}} {{$a['name']}} {{date('Y/m/d H:i:s',$a['update_time'])}} @if(check_auth('admin/producer/edit')) 编辑 @endif
{{$list->render()}}
总计 {{$list->total()}} 个商店
@endsection