@section('page-title', __('language.downloads')) @extends('site.master') @section('main-content')

@lang('language.downloads')

@foreach ($details as $result)
@if ($result['image']) {{ $result['title'] }} @else No Image @endif

{{ $result['title'] }}

@if ($result['file']) @endif
@if ($result['file']) @endif
@endforeach
@endsection @push('scripts') @endpush