@extends('layout.header') @section('content')

 / Laporan / 

Omset

@foreach ($data as $d) @endforeach
No Nama Siswa Tingkat/Kelas Tahun Omset
{{$no++}} {{$d->nama_lengkap}} {{$d->tingkat}} - {{$d->kelas}} {{$d->tahun}} @rupiah($d->omset)
@endsection