@extends('frontend.layouts.app') @section('content')

{{__('List of all device from which you have logged in')}}

{{ count($devices).'/'.$limit.' '.__('device') }}

@include('frontend.login_device_list')
@endsection