@extends('master') @section('title', '查验图片') @section('main')
| ID | 查验PDF | 收件公司 | @if(Auth::user()->level === 'A')发送者 | @endif主题 | 自编号 | 提单号 | 来源 | 状态 | 更新 | PDF大小 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$head->id}} |
|
{{$head->company_code}} | @if(Auth::user()->level === 'A'){{$head->from_email}} | @endif{{$head->subject}} | {{$head->custom_no}} | {{$head->bl_no}} | {{$head->source_type == 3 ? 'APP上传' : '网页上传'}} | @if($head->state == 1) 待确认 @elseif($head->state == 2) 已修改 @elseif($head->state == 2) 已确认 @endif | {{$head->updated_at->toDateTimeString()}} |
|