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