@extends('layouts.base') @section('content') @section('title', trans('配送模板列表'))
@foreach ( $list['data'] as $dispatch ) @if ( $dispatch['calculate_type'] == 0 ) @else @endif @endforeach
ID 显示顺序 配送方式名称 计费方式 首重(首件)价格 续重(续件)价格 状态 默认快递 操作
{{ $dispatch['id'] }} {{ $dispatch['dispatch_name'] }}按重量计费 {{ $dispatch['first_weight_price'] }} {{ $dispatch['another_weight_price'] }}按件计费 {{ $dispatch['first_piece_price'] }} {{ $dispatch['another_piece_price'] }}
{!! $pager !!}
@endsection