@extends('layouts.front.home') @section('title') AFAQ @endsection @section('css') @endsection @section('content') @isset($report->gen_article) @php $gen_article = $report->gen_article; @endphp
@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
Team collaboration

{{ $gen_article->title }}

{!! $gen_article->desc !!}

Deceptive Marketing: How to Protect Yourself?

Learn essential strategies and best practices to safeguard your marketing efforts and avoid deceptive tactics in today's digital landscape.

Download Now
Marketing Protection Illustration
@if ($report->gen_article->writer) @php $writer = $report->gen_article->writer; @endphp
{{ $writer->name }}

{{ $writer->name }}

{{ $writer->info }}

@if ($writer->facebook) @endif @if ($writer->x_url) @endif @if ($writer->linkedin) @endif @if ($writer->whatsapp) @endif @if ($writer->email) @endif {{-- --}}
@endif

Comments

@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
{{-- --}}
@if ($gen_article?->comments) @foreach ($gen_article?->comments as $comment)
John Seleke
{{ $comment->user?->name }} added a comment {{ $comment->created_at?->diffForHumans() }}

{{ $comment->comment }}

@endforeach @endif
@endisset @endsection @section('script') @endsection