@foreach($programs as $program)
{{$program->category}}
{{$program->name}}
{{$program->description}}
{{ $program->updated_at->format('M d, Y') }}
@endforeach