@extends('layouts.admin') @section('content')
@if($customRateBase->origin_city) @endif @if($customRateBase->destination_city) @endif @if($customRateBase->origin_state) @endif @if($customRateBase->destination_state) @endif @if($customRateBase->origin_zip) @endif @if($customRateBase->destination_zip) @endif @if($customRateBase->origin_area) @endif @if($customRateBase->destination_area) @endif @if($customRateBase->minimum_charge) @endif @if($customRateBase->mileage_rate_breakdowns) @foreach($customRateBase->mileage_rate_breakdowns as $breakdown) @endforeach @endif
orgCitydestCityorgStatedestStateorgZipdestZiporgAreadestAreaminChargeOver {{ $breakdown }} MilesActions
{{ csrf_field() }}
@endsection @section('scripts') @endsection