@extends('layouts.app') @section('content')

{{trans('lang.administration_tools_driver_document')}}

@if(count($document) > 0) @foreach($document as $doc) @endforeach @else @endif
{{trans('lang.document_title')}} {{trans('lang.document_status')}} {{trans('lang.actions')}}
{{ $doc->title}} @if ($doc->is_enabled=="Yes") @else @endif
{{trans("lang.no_result")}}
{{ $document->Links('pagination.pagination') }}
@endsection @section('scripts') @endsection