@extends('layouts.app') @section('meta') {{$article->meta['title']}} | Karudhaas @endsection @section('content')

{{$article->title}}

{{$article->source->name}}

{{$article->published_date->locale('dv')->isoFormat('Do MMMM YYYY | dddd | h:mm')}}

@csrf
@foreach ($article->body as $key => $block)

{{$block}}

@break($key == 2)

@endforeach
މައުޟޫޢުތަށް
@foreach ($article->topics as $topic) {{$topic->name}} @endforeach
@endsection