@extends('partials.master') @section('title','Mata Pelajaran') @section('content')
Selected
@foreach($mata_pelajarans as $mapel) @endforeach
No Kelompok Mata Pelajaran Actions
{{ $i++ }} {{ $mapel->kelompok }} {{ $mapel->nama_mapel }} Action
@if($message = Session::get('success')) @endif @endsection