create print opname and mutations
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
Detail
|
||||
</a>
|
||||
|
||||
<!-- Print Button -->
|
||||
<a href="{{ route('mutations.print', $row->id) }}"
|
||||
class="btn btn-sm btn-success mr-2"
|
||||
target="_blank">
|
||||
Print
|
||||
</a>
|
||||
|
||||
@if($row->status->value === 'sent')
|
||||
<!-- Receive Button (untuk dealer tujuan) -->
|
||||
@if(auth()->user()->dealer_id == $row->to_dealer_id)
|
||||
|
||||
Reference in New Issue
Block a user