@extends('layouts.app') @section('title')录入-快递计费-计费模型@endsection @section('content')
@csrf
@{{ errors.name[0] }}
@{{ errors.pick_up_price[0] }}
@{{ errors.fuel_price[0] }}
@{{ errors.service_price[0] }}
@{{ errors.unit_id[0] }} @{{ errors.unit_range[0] }}
@{{ errors.other_unit_id[0] }} @{{ errors.other_unit_range[0] }}
@{{ errors.owner_id[0] }}
@{{ errors.logistic_id[0] }}
@stop @section("lastScript") @stop