@extends('layouts.base') @section('content') @section('title', trans('配送模板列表'))
@foreach ( $list as $dispatch ) @if ( $dispatch['charge_type'] == 1 ) @else @endif @endforeach
ID 显示顺序 配送方式名称 计费方式 首重(首件)价格 续重(续件)价格 默认快递 状态 操作
{{ $dispatch['id'] }} {{ $dispatch['sort'] }} {{ $dispatch['name'] }}按重量计费 {{ number_format($dispatch['dispatching'][0]['fp']/100,2) }} {{ number_format($dispatch['dispatching'][0]['np'] /100,2)}}按件计费 {{ number_format($dispatch['dispatching'][0]['fp'] /100,2)}} {{ number_format($dispatch['dispatching'][0]['np'] /100,2) }}
{!! $pager !!}
@endsection