@extends('admin::layouts.master')
@section('title', __('admin/common.logistics'))
@section('content')
@if ($errors->has('error'))
| {{ __('common.id') }} | {{ __('admin/logistics.logistics_name') }} | {{ __('admin/logistics.warehouse_name') }} | {{ __('admin/country.index') }} | {{ __('admin/logistics.type') }} | {{ __('admin/logistics.freight_calculation_method') }} | {{ __('admin/logistics.day') }} | {{ __('common.sort_order') }} | {{ __('common.created_at') }} | @hook('admin.product.list.column'){{ __('common.action') }} | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $logistic['id'] }} | {{ $logistic['name'] }} | {{ $logistic['warehouse_name'] }} | {{ $logistic['country'] }} | {{ __('admin/logistics.type_' . $logistic['type']) }} |
{{ __('admin/logistics.first_weight') }}
{{ $logistic['first_weight'] }}{{ __('product.g') }}
{{ __('admin/logistics.first_weight_fee') }}
{{ $logistic['first_weight_fee'] }}USD
{{ __('admin/logistics.add_weight') }}
{{ $logistic['add_weight'] }}{{ __('product.g') }}
{{ __('admin/logistics.continuation_weight_fee') }}
{{ $logistic['continuation_weight_fee'] }}USD
| --}} {{-- | {{ $logistic['first_weight_fee'] }} | --}} {{--{{ $logistic['continuation_weight_max'] }} | --}} {{--{{ $logistic['add_weight'] }} | --}} {{--{{ $logistic['continuation_weight_fee'] }} | --}} {{--{{ $logistic['num_fee'] }} | --}} {{--{{ $logistic['throwing_ratio'] }} | --}}{{ $logistic['day_min'] }} - {{ $logistic['day_max'] }} {{ __('admin/logistics.work_day') }} | {{ $logistic['position'] }} | {{ $logistic['created_at'] }} | @hook('admin.logistic.list.column_value')@if ($logistic['deleted_at'] == '') {{ __('common.edit') }} {{-- index }})">{{ __('common.copy') }}--}} index }})">{{ __('common.delete') }} @hook('admin.product.list.action') @else index }})">{{ __('common.restore') }} @hook('admin.logistics.trashed.action') @endif |