@extends('elibrary.student.layouts.app') @section('content')
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}

{{$document->title}}

Download

Detail Information

Title: {{$document->title}}
Type: {!!getIcon($document->type)!!}
Url: {{$document->getLink()}}
Uploaded By: {{ $document->author->name}}
Status: @if($document->status==1) Active @else Inactive @endif
@endsection