@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Documents In")}}

{{__("all-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 --}}