×
{{ ucfirst($platform) }} @lang('restapi::app.devices')
{!! Form::open(['id'=>'sendPush','class'=>'ajax-form','method'=>'POST']) !!}
@if($devices->count())
@lang('restapi::app.selectDevice')
@foreach($devices as $device)
{{ $device->device_id }}
@endforeach
@else @lang('restapi::app.noRegisterDeviceFound') @endif
@if($devices->count())
@lang('app.send')
@endif
@lang('app.close')
{!! Form::close() !!}