{{--
Author : Gurupriya Solanki
Updated Date : 11 Jan 2025
Description : After document upload by admin if blockchain hash genreated then only download button will show other processing will show.
--}}
@if(!empty($order['document_hash']) && !empty($order['blockchain_hash']))
{{--
#Authour: Gurupriya Solanki
#Description : When Client is click on Download Attorney button then otp link is send to client's email with otp. and after the enter current otp docuemnt will download automaticly on client syestem. This Attorney Document is upload by admin only.
#Script is wriiten on resources\views\frontend\dark\user\dashboad.blade.php
#Update Date :11 April 2024
--}}
@else
Processing
@endif