@section('content') @parent
@php $logoPath = $config['logo']; $logoBase64 = file_exists($logoPath) ? 'data:image/png;base64,' . base64_encode(file_get_contents($logoPath)) : null; @endphp @if($logoBase64) Logo @else
@endif

{{ $config['name'] }}

{{ $config['description'] }}

  • {{__('Product.puqSampleProduct.Version')}}: {{ $config['version'] }}
  • {{__('Product.puqSampleProduct.Author')}}: {{ $config['author'] }}
  • {{__('Product.puqSampleProduct.Email')}}: {{ $config['email'] }}
  • {{__('Product.puqSampleProduct.Website')}}: {{ $config['website'] }}
@endsection