@extends('layouts.app') @section('content')
{{ __("Token refresh") }}
@csrf
@if ($errors->has('refresh_token')) {{ $errors->first('refresh_token') }} @endif
@if ($errors->has('client_id')) {{ $errors->first('client_id') }} @endif
@if ($errors->has('client_secret')) {{ $errors->first('client_secret') }} @endif
@endsection