Vehicles List

All Vehicles

Add Vehicle
@foreach($vehicle as $index=>$single_vehicle) @if($single_vehicle->images != null) @if($single_vehicle->directory != null) @else @endif @else @endif @if($single_vehicle->location != null) @if($single_vehicle->other != null) @else @endif @else @endif @endforeach
# FzInterneNr Image Name Price Location Description Status Actions
{{ $index+1 }} {{ $single_vehicle->FzInterneNr }}Error Error {{ $single_vehicle->brand }} {{$single_vehicle->model}}
Type : @if($single_vehicle->vehicle_type_no == 1002) Motorrad Occasion @elseif($single_vehicle->vehicle_type_no == 1001) Neu @elseif($single_vehicle->vehicle_type_no == 1007) Miet Motorräder @endif
CHF {{ $single_vehicle->other->VP_target }} - {{ $single_vehicle->location->location_name }} - Year : {{ $single_vehicle->year_of_construction }}
KM Status : {{ $single_vehicle->km_status }}
Power KW : @if($single_vehicle->power_kW <= 11) 125 ccm - ab 16 Jahren @elseif($single_vehicle->power_kW > 11 && $single_vehicle->power_kW <= 35) bis 35kW Motorräder @elseif($single_vehicle->power_kW > 35) bis 35kW Motorräder @endif
@if($single_vehicle->active_status == 1) Active @elseif($single_vehicle->active_status == 0) DeActive @endif @if($single_vehicle->vehicle_from == 2) @endif
@section('scripts') @include('javascript.datatable') @endsection