@extends("layouts.admin.app") @section("page-nav-title")

{{__('Out Stock Documents')}}

{{__('Control and view all in stock documents')}}

@endsection @section("content") @include("includes.dialog")
{{----}} @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 --}}