@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}}

{!! $program->objectives !!}

{{__('messages.description')}}

{!! $program->description !!}

@if($program->other_photos != null) @forelse($program->other_photos as $index => $photo)

{{$program->captions[$index]}}

@empty @endforelse @endif
{{-- --}}
@endsection