@extends('inventory.layout') @section('title', 'Document Type') @section('content') @push('head') @endpush
@include('include.message')
{{($documenttype->currentpage()-1)*$documenttype->perpage()+1}} to {{$documenttype->currentpage()*$documenttype->perpage()}} of {{$documenttype->total()}} entries
@foreach($documenttype as $index=>$document) @endforeach
{{ __('Title')}} {{ __('Action')}}
{{ isset($document->name) ? $document->name :'' }}      

@push('script') @endpush @endsection