@extends(adminLayout()) @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>$customCrumbs]) @endsection @section('content')

{{ __lang('allowed-files') }}: pdf, zip, mp4, mp3, doc, docx, ppt, pptx, xls, xlsx, png, jpeg, gif, txt, csv

@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') }}
@endsection