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