@extends('front.layouts.app') @section('title',$homily->title) @section('content') @push('css') @endpush
{!! $homily->message !!}
@push('javascript') @endpush @endsection