@extends('layouts.app') @section('title', 'Our Programs - Thriving Lives Christian Counselling Center') @section('content')
@foreach($programs as $key => $program)

{{ $program['title'] }}

{{ $program['description'] }}

  • Duration: {{ $program['duration'] }}
  • Credits: {{ $program['credits'] }}
Learn More
@endforeach
@endsection @push('styles') @endpush