@extends('layouts.user') @section('title') {{ __('contents.downloads2') }} @endsection @section('content')
@if(count($downloads) > 0) @foreach($downloads as $d) @endforeach @else @endif
Title File  
{{ $d->{"title_".app()->getLocale()} }} Download  
No Downloads found
@endsection @section('script') @endsection