{{ __('Document Types') }}
{{ __('Create Document Type') }}
@forelse ($document_types as $document_type) {{ $document_type->name }}{{ Carbon\Carbon::parse($document_type->created_at)->format('d/m/Y h:m:s') }}{{ Carbon\Carbon::parse($document_type->updated_at)->format('d/m/Y h:m:s') }} @if ($document_type->status == true) {{ __('Active') }} @else {{ __('Inactive') }} @endif @empty @endforelse
{{ __('Actions') }}
{{ $document_types->links() }}
@if($addDocumentType) @include('document_type.create') @endif @if($updateDocumentType) @include('document_type.edit') @endif @if($deleteDocumentType) @endif