@extends('master') @section('title', '邮箱附件') @section('main')
| ID | 附件 | 收件公司 | @if(Auth::user()->level === 'A')发送者 | @endif主题 | 自编号 | 提单号 | {{--来源 | --}}状态 | 更新 | 附件大小 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$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 == 1 ? 'EMAIL' : '网页上传'}} | --}}@if($head->state == 1) 待确认 @elseif($head->state == 2) 已修改 @elseif($head->state == 2) 已确认 @endif | {{$head->updated_at->toDateTimeString()}} |
|