×
@if(isset($title)){{$title}}@endif
{{trans('additionalTariff.code')}}
Status
Select Status
@foreach($statusList as $key => $value)
status == $key)){{'selected'}}@endif>{{$value}}
@endforeach
{{trans('additionalTariff.start_date')}}
{{trans('additionalTariff.tariff')}}
Day Type
Select Day Type
@foreach($day_type as $key => $value)
day_type == $key){{'selected'}}@else{{''}}@endif>{{$value}}
@endforeach
Service Type
Select Service Type
@foreach($service_type as $key => $value)
service_type == $key){{'selected'}}@else{{''}}@endif>{{$value}}
@endforeach
{{trans('additionalTariff.start_limit')}}
{{trans('additionalTariff.end_limit')}}
Vehicle Type
Select Vehicle Type
@foreach($vehicle_type as $key => $value)
vehicle_type == $key){{'selected'}}@endif>{{$value}}
@endforeach
Gate
{{--
Select Gate
--}} @foreach($gate as $key => $value) @if(in_array($key, $gates))
{{$value}}
@else
{{$value}}
@endif @endforeach