@extends('admin.layouts.master')
@section('title',__('Device History'))
@section('maincontent')
@include('admin.layouts.topbar',$data)
{{ __("#") }} |
{{ __("User name")}} |
{{ __("IP Address") }} |
{{ __("Platform") }} |
{{ __("Browser") }} |
{{ __("Logged in at") }} |
{{ __("Logged out at") }} |
@endsection
@section('scripts')
@endsection