@extends('website.layout.main') @section('content') {{-- By admin --}} {{$article->category->title}} {{-- Comments (05) --}} {{ $article->title }} {!! $article->summary !!} {{ $article->quote }} {!! $article->description !!} {{__('messages.Keyword')}}: @foreach (explode(',', $article->tags) as $tag) {{ $tag }} @endforeach {{-- Tags: Contact Charity --}} {{__('messages.search')}} @csrf {{__('messages.Categories')}} @forelse($article_categories as $category) {{$category['title']}}{{$category['count']}} @empty @endforelse {{-- Recent Post October 19, 2022 Funding Research for a Cure Charity October 19, 2022 Supporting Fondation TPO UMVA – Mental Health & Psychosocial Support October 19, 2022 Caring for the Elderly and Vulnerable at a Time --}} {{__('messages.tags')}} @forelse($all_tags as $tag_value) {{$tag_value}} @empty @endforelse @endsection
{{ $article->quote }}
{!! $article->description !!}
October 19, 2022