@foreach($documentHeader as $docu)
#{{__('ID')}} |
{{__('Date')}} |
{{__('Document number')}} |
{{__('Note')}} |
{{__("created at")}} |
{{__('Control')}} |
{{++$count}} |
{{$docu->date}} |
{{$docu->document_number}} |
{{$docu->note}} |
{{$docu->created_at->diffForHumans()}} |
{{-- modal --}}
{{__("Store")}} |
{{__("Item")}} |
{{__("Item Unit")}} |
{{__("Total Quntity")}} |
{{__("Cost")}} |
|