@extends('layouts.main') @section('title', 'Session Timeout') @section('content') @push('head') {{ __('Session Timeout | Laravel Admin Template - Themekit')}} @endpush

{{ __('Session Timeout')}}

With these settings, session timeout plugin launches a timeout warning dialog in a fixed amount of time regardless of user activity. In this demo warning dialog appears after 3 seconds of page load.

@push('script') @endpush @endsection