@extends('layout.app') @section('title', 'DocuSign') {{-- @php use Carbon\Carbon; // Get the expiration time from the Cache and convert it to a Carbon instance $tokenExpiresAt = Cache::get('docusign_auth_code_expires_at'); $isTokenExpired = $tokenExpiresAt ? Carbon::parse($tokenExpiresAt)->isPast() : true; @endphp --}} @section('content')
@if ($message = Cache::get('success'))
{{ $message }}
@endif
Laravel Docusign Integration
{{-- @if ($message != Cache::has('success') || $isTokenExpired)

Click the button below to connect your application with Docusign

@endif --}} {{-- @if ($message = Cache::get('success') || !$isTokenExpired) --}} {{-- Connect Docusign --}} {{-- @if (Cache::has('docusign_auth_code_expires_at')) {{Cache::get('docusign_auth_code_expires_at')}} {{ Cache::get('docusign_auth_code') }} @endif --}} {{-- For Api accessToken --}} {{-- Click to Sign Document --}}
@csrf
{{-- @else Connect Docusign @endif --}}
Sr. No. Name Email Mobile No Status Download
@endsection @section('script') @endsection