@include('panels.breadcrumb')
@include('components.navigasi-table') @foreach($data_mata_pelajaran as $mata_pelajaran) @endforeach
ID Nama
{{$mata_pelajaran->mata_pelajaran_id}} {{$mata_pelajaran->nama}}
@if($data_mata_pelajaran->count())

Showing {{ $data_mata_pelajaran->firstItem() }} to {{ $data_mata_pelajaran->firstItem() + $data_mata_pelajaran->count() - 1 }} of {{ $data_mata_pelajaran->total() }} items

@endif
{{ $data_mata_pelajaran->onEachSide(1)->links('components.custom-pagination-links-view') }}
@include('components.loader')