@extends('layouts.student') @section('pageTitle',$pageTitle) @section('innerTitle',$pageTitle) @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('student.dashboard')=>__lang('dashboard'), route('student.download.index')=>__lang('downloads'), '#'=>__lang('files') ]]) @endsection @section('content')
{{ __lang('Download All') }}

{!! $row->description !!}

@php foreach($rowset as $row): @endphp @php endforeach; @endphp
{{ __lang('file') }} {{ __lang('status') }}
{{ basename($row->path) }} {{ (file_exists('usermedia/'.$row->path))? __lang('valid'):__lang('file-missing') }} {{ __lang('download') }}
@endsection