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