{{ __('PROGRAMME') }}
{{ __('COORDINATORS') }}
{{ __('MENTORS') }}
{{ __('MENTEES') }}
@foreach ($data as $item)
{{ $item['program'] }}
{{ $item['coordinators'] }}
{{ $item['mentors'] }}
{{ $item['mentees'] }}
@endforeach