@section('page-title') {{ __('Downloadables') }} @endsection @section('breadcrumbs')
{{ $item->id }}
@if(isset($item->product)) #{{ $item->product_id }} {{ $item->product->name }} @else {{ sprintf( __( 'Product Not Found #%d' ), $item->product_id ) }} @endif
{{ $item->version }}
{{ $item->numeric_version }}
{{ $item->update_summary }}
@if($item->published) {{ __('On') }} @else {{ __('Off') }} @endif
{{ __('No downloadables found') }}