@extends('frontend.layouts.master') @section('title') Programs @endsection @section('main-content') @include('frontend.layouts.notification')

Our Projects

@if(count($programs)>0) @foreach($programs as $album) @endforeach @endif
{{--
@foreach($programs as $program)

{{$program->title}}

{{$program->description}}

@endforeach
--}}
@endsection