@extends('layouts.app') @section('meta') Karudhaas | {{$topic->slug}} @endsection @section('content')
{{$topic->name}}
{{$topic->name}} އާއިބެހޭ މަޢުލޫމާތުތަށް އެއްތަންކުރެވިފައި
@foreach ($articles as $article)
{{$article->meta['title']}}
{{$article->source->name}}
{{$article->title}}
@endforeach
@endsection