@extends('layouts.admin') @section('content')
| orgCity | @endif @if($customRateBase->destination_city)destCity | @endif @if($customRateBase->origin_state)orgState | @endif @if($customRateBase->destination_state)destState | @endif @if($customRateBase->origin_zip)orgZip | @endif @if($customRateBase->destination_zip)destZip | @endif @if($customRateBase->origin_area)orgArea | @endif @if($customRateBase->destination_area)destArea | @endif @if($customRateBase->minimum_charge)minCharge | @endif @if($customRateBase->mileage_rate_breakdowns) @foreach($customRateBase->mileage_rate_breakdowns as $breakdown)Over {{ $breakdown }} Miles | @endforeach @endifActions |
|---|