1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00
invoiceninja/resources/views/clientauth/sessionexpired.blade.php

8 lines
282 B
PHP
Raw Normal View History

2017-02-16 04:00:13 +01:00
@extends('login')
@section('form')
<div class="form-signin">
<h2 class="form-signin-heading">{{ trans('texts.session_expired') }}</h2>
<hr class="green">
<h4><center>{{ trans('texts.client_session_expired_message') }}</center></h4>
2016-05-24 23:02:28 +02:00
</div>
2017-02-16 04:00:13 +01:00
@endsection