@extends('master') @section('title', '单证状态') @section('main')

Foxymoon

{{$bandTitle or '盈狐科技————让报关业务变得更简单'}}

{{--单项查询--}}
@foreach($heads as $head) @endforeach
海关编号 经营单位 船名航次 提单号 客户编号 提单状态 提单日期 回执状态 回执日期 退税状态 退税日期
{{$head->pre_entry_id}}  {{$head->trade_name }}  {{$head->traf_name }}  {{$head->bill_no}}  {{$head->client_work_no}}  {{$head->is_statusA}}  {{$head->is_statusA_date}}  {{$head->is_statusB}}  {{$head->is_statusB_date}}  {{$head->is_statusC}}  {{$head->is_statusC_date}} 
共 {{ $heads->total() }}条记录{{ $heads->currentPage() }}/{{ $heads->lastPage() }}页
{{ $heads->links() }}
@endsection