@if(session()->has('success'))
{{session()->get('success')}}
@elseif(session()->has('error'))
{{session()->get('error')}}
@endif
@if(empty($content->image))
@else
@endif
{{$content->title}}
{{$content->data_fields['preis']}} €
Inkl. MwSt.
@if(2==2)
Sofort verfügbar!
@elseif(2==3)
Nachschub ist unterwegs. Jetzt vorbestellen!
@endif
@stop
@section('scripts')
@stop