@extends('partials.master') @section('title','Rombel') @section('content')
Selected
@foreach ($rombels as $rombel) @endforeach
Tahun Ajaran Rombel Jml Lk Jml Pr Total Actions
{{ $rombel->tahun_ajaran }} {{ $rombel->nama_rombel }} {{ $rombel->jml_laki_laki }} {{ $rombel->jml_perempuan }} {{ $rombel->jml_total }}
@method('DELETE') @CSRF
@if($message = Session::get('success')) @endif @endsection