@extends('layouts.main') @section('title', 'Course NalarKita') @section('pageContent')

Course

{{ __('article_caption') }}

{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}}
@foreach($articles as $article)
Image Description

{{ \Carbon\Carbon::parse($article->created_at)->translatedFormat('d F Y') }}

@if(!empty($article->theme)) {{ $article->theme }} @endif @if(!empty($article->duration)) {{ $article->duration }} @endif

{{ $article->title }}

{{ $article->description }}

@endforeach
@endsection @section('scripts') @endsection