| Path : /var/www/html/jewelry-pos/storage/framework/views/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/jewelry-pos/storage/framework/views/781a359071858ea63513d33e39a17058.php |
<div class="card-footer text-right">
<?php
$ago = \Carbon\Carbon::parse($product->create_at)->diffForHumans();
$currentDate = \Carbon\Carbon::now();
$created_at = \Carbon\Carbon::parse($product->created_at)->addDays(1);
?>
<a class="btn btn-sm btn-info"
href="<?php echo e(route('sales.show', $product->id)); ?>">
<i class="fal fa-eye" title="<?php echo e(__('message.show')); ?>"></i></a>
<!-- <?php if($created_at->gt($currentDate)): ?>
<form method="POST" action="<?php echo e(route('reports.buy_back_destroy' , $product->id)); ?>" style="display:inline">
<input name="_method" type="hidden" value="DELETE">
<?php echo e(csrf_field()); ?>
<button type="submit" class="btn btn-sm btn-danger"
title="<?php echo e(__('message.delete')); ?>"
onclick="return confirm('<?php echo e(__('message.do you want to delete')); ?>?')">
<i class="fal fa-trash" style="color: #FFF;"></i>
</button>
</form>
<?php endif; ?> -->
</div>
<?php /**PATH /var/www/html/jewelry-pos/resources/views/members/card-footer.blade.php ENDPATH**/ ?>