{{ ucfirst($platform) }} @lang('restapi::app.devices')

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