@extends('../layout/' . $layout) @section('subhead') Horoscope @endsection @section('subcontent')

Horoscope

@csrf
{{-- Add Horoscope --}}
{{--
@if (count($horoscope) > 0) Edit Delete @endif
--}}
@foreach ($horoscope as $horo)

{{ $horo->title }}

{!! $horo->description !!}
@endforeach