@extends('admin.layouts.app') @section('content')
ID | 线索拥有者 | 企业名称 | 企业网址 | 注册资本 | 线索状态 | 创建时间 | 相关操作 |
---|---|---|---|---|---|---|---|
{{ $item->id }} | {{ $item->ower->real_name }} | {{ $item->company->companyName }} | {{ $item->company->website }} | {{ $item->company->regCapital }} | {{ $item->status }} | {{ $item->created_at }} | @if(role('User/Threads/update')) @endif @if(role('User/Threads/destroy')) 放弃 @endif @if(role('User/Threads/view')) @endif |