In my database i have a text field of
"6:00 AM Registration Opens; Day of Race registration (if available), check-in, packet pick up. 7:30 AM - First Wave Start. 10:00 AM - Awards Ceremony (time is approximate)."
What I am trying to do is have it break everywhere there is a .
@foreach($eventDetails as $info)
<p>{{explode('.', $info->eventSchedule)}}</p>
@endforeach
The error I keep getting is
"Array to string conversion"
"."with".<br>"