@extends('layouts.backend') @section('title') @lang('backend.documentation.page_title') @endsection @section('modals') @include('backend.partials.modals') @endsection @section('content')

@lang('backend.documentation.doc')

@include('backend.partials.deleted') @foreach($courseDocumentation as $documentation) @endforeach
@lang('backend.documentation.file') @lang('backend.tables.actions')
@if($documentation->hasFile()) {{$documentation->name}} @else @lang('backend.messages.file_not_found') @endif
{!! $courseDocumentation->links() !!}
@endsection