@extends('front.layouts.app') @section('title','Liturgie') @section('content') @push('css') @endpush

LECTURE

MEDITATIONS

@foreach($homelies as $homely)
{{$homely->church}} {{\Carbon\Carbon::parse($homely->date)->translatedFormat('d F Y')}}

{{$homely->title}}

Lire...
@endforeach
@push('javascript') @endpush @endsection