[ Generate Hash ]
@csrf
Payload
{{old('payload')}}
@if($errors->has('payload'))
{{ $errors->first('payload') }}
@endif
Secret Key
@if($errors->has('secret_key'))
{{ $errors->first('secret_key') }}
@endif
@if(Session::has('hash_code'))
Hash
{{ Session::get('hash_code') }}
@endif