@extends('admin.tpl.admintpl') @section('content')

List of Documents

@if($documents) @foreach($documents as $document) @endforeach @endif
Name Description State Operations
{{$document->document_name}} {{ substr($document->description, 0, 50).'...' }} {{$document->state}}
@stop @section('addlibjs') @stop