@extends('front.layouts.app') @section('title','Liturgie') @section('content') @push('css') @endpush LECTURE Diocèse de Grand-Bassam LA LECTURE DU JOUR Consulter MEDITATIONS @foreach($homelies as $homely) {{$homely->church}} {{\Carbon\Carbon::parse($homely->date)->translatedFormat('d F Y')}} Par {{$homely->priest}} {{$homely->title}} Lire... @endforeach @push('javascript') @endpush @endsection