@extends('layouts.base') @section('content') @section('title', '广告主申请')
总数:{{$list->total()}}个
@foreach($list as $row) @endforeach
申请时间 申请人 姓名 手机号 公司名称 所在区域 备注 操作
{{$row->created_at}}
{{$row->member->nickname}}
{{$row->realname}} {{$row->mobile}} {{$row->company_name}} {{$row->full_address}} {{$row->remark}} @if (!$row->status) 驳回审核
审核通过 @else 已审核 @endif
{!! $pager !!}
@endsection