@extends('layouts.student') @section('pageTitle',$pageTitle) @section('innerTitle',$pageTitle) @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('student.dashboard')=>__lang('dashboard'), '#'=>$pageTitle ]]) @endsection @section('content')
{{ __lang('id') }} | {{ __lang('name') }} | {{ __lang('course') }} | {{ __lang('files') }} | |
---|---|---|---|---|
{{ $row->download_id }} | {{ $row->download_name }} | {{ $row->course_name }} | {{ $fileTable->getTotalForDownload($row->download_id) }} | @php if ($fileTable->getTotalForDownload($row->download_id)> 0): @endphp {{ __lang('view-files') }} {{ __lang('Download All') }} @php else: @endphp {{ __lang('no-files-available') }} @php endif; @endphp |