@extends ('domains.alarm.update-layout') @section ('content')
@foreach ($vehicles as $each) @endforeach
{{ __('alarm-update-vehicle.name') }} {{ __('alarm-update-vehicle.plate') }} {{ __('alarm-update-vehicle.timezone') }} {{ __('alarm-update-vehicle.enabled') }}
{{ $each->name }} {{ $each->plate }} {{ $each->timezone->zone }} @status($each->enabled) alarmPivot ? 'checked' : '' }} />
@stop