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

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

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

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($documentHeader as $docu) @endforeach
#{{__('ID')}} {{__('Date')}} {{__('Document number')}} {{__('Note')}} {{__('Type')}} {{__('User')}} {{__('Year')}} {{__("created at")}} {{__('Control')}}
#ID {{$docu->date}} {{$docu->document_number}} {{$docu->note}} {{$docu->type}} {{$docu->user_id}} {{$docu->year}} {{$docu->created_at->diffForHumans()}} $docu->id])}}" class="control-link">
@endsection @section("scripts") @endsection