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

{{__("Documents In")}}

{{__("all-items")}}

@endsection @section("content")

{{__("Documents In Details")}}

@csrf
{{-- @foreach($documentHeader as $docu)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}}
{{__("ID")}} {{__("Store")}} {{__("Item")}} {{__("Item Unit")}} {{__("Total Quntity")}} {{__("Cost")}} {{__("created at")}} {{__("Control")}}
{{$docu->id}}--}} {{-- {{$docu->date}}--}} {{-- {{$docu->document_number}}{{$docu->note}}--}} {{-- {{$docu->created_at->diffForHumans()}}--}} {{-- --}} {{-- $docu->id])}}" class="control-link">--}} {{--
@endsection