You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
443 B
PHTML

@extends('common', ['title' => 'Данные', 'keywords' => '', 'description' => '' ])
@section('content')
<div class="container">
<div class="row">
<div>
Expires: {{ gmdate('Y-m-d H:i:s', $expiation) }}
</div>
<div>
Access Token: {{ $accessToken }}
</div>
<div>
Refresh Token: {{ $refreshToken }}
</div>
</div>
</div>
@endsection