@extends('backend.master') @section('title') লগিন হিস্ট্রি @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1)

লগিন হিস্ট্রি

@include('backend.user.user-permission.login-history')
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection