@if (!request()->is('admin*'))
image

@lang('Sorry! Your session has expired')

@lang('Please go back and refresh your browser and try again.')

@lang('Go to Home')
@else
image

@lang('Sorry! Your session has expired')

@lang('Please go back and refresh your browser and try again')

@lang('Go to Home')
@endif