@extends ('domains.vehicle.update-layout') @section ('content')
@foreach ($devices as $each) @php ($link = route('device.update', $each->id)) @endforeach
{{ __('vehicle-update-device.name') }} {{ __('vehicle-update-device.model') }} {{ __('vehicle-update-device.vehicle') }} {{ __('vehicle-update-device.enabled') }}
{{ $each->name }} {{ $each->model }} {{ $each->vehicle->name ?? '-' }} @status($each->enabled) vehicle?->id === $row->id) ? 'checked' : '' }} />
@stop