@extends('layouts.container') @section('title', 'Nama Fellowship') @section('title_description') Tambah Baru @stop @section('css') @stop @section('body-class', 'skin-green') @section('content') @if (Session::has('message'))
{{ Session::get('message') }}
@endif

Nama Fellowship

@foreach($namaFellowship as $key => $value) @endforeach
Kode Fellowship Kode Sertifikat Nama Fellowship Nama Fellowship (English) Status Action
{{ $value->kode_nama_fellowship }} {{ $value->kode_sertifikat }} {{ $value->nama_fellowship }} {{ $value->nama_fellowship_english }} {{ $tipe[$value->status_aktivasi] }}
{{ $namaFellowship->links() }}
@stop @section('js') @stop