@extends('website.layout.main') @section('content') {{$program->title}} {{__('messages.name')}}:{{$program->title}} {{__('messages.location')}}:{{$program->location}} {{__('messages.date')}}:{{$program->day}} {{$program->time}} {{-- Tags:Water For All --}} {{-- --}} {{$program->title}} {!! nl2br(e($program->objectives ?? '')) !!} {{__('messages.description')}} {!! nl2br(e($program->description ?? '')) !!} @if($program->other_photos != null) @forelse($program->other_photos as $index => $photo) {{$program->captions[$index]}} @empty @endforelse @endif {{-- Previous Next --}} @endsection
{{__('messages.name')}}:{{$program->title}}
{{__('messages.location')}}:{{$program->location}}
{{__('messages.date')}}:{{$program->day}} {{$program->time}}
Tags:Water For All
{!! nl2br(e($program->objectives ?? '')) !!}
{!! nl2br(e($program->description ?? '')) !!}
{{$program->captions[$index]}}