@extends('components.iframe') @section('title', "Digital Signature | powered by SEXTAN") @section('content') @php $token = request()->route('token'); $url = encrypt_decrypt($token,'decrypt'); $token = request()->route('token'); $test = 'deadaedeadad'; $testE = encrypt_decrypt($test,'encrypt'); $testD = encrypt_decrypt($testE,'decrypt'); @endphp
@endsection