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

 / Rekap / 

Data Omset

Form Rekap Omset

Omset dibuat perbulan

@if (Session::has('sukses'))
{{ Session::get('sukses') }}
@endif @if (Session::has('gagal'))
{{ Session::get('gagal') }}
@endif
@csrf

@if ($errors->has('tahun')) {{ $errors->first('tahun') }} @endif

@if ($errors->has('bulan')) {{ $errors->first('bulan') }} @endif

@if ($errors->has('omset')) {{ $errors->first('omset') }} @endif
Rp.

@if ($errors->has('link_usaha')) {{ $errors->first('link_usaha') }} @endif
Batal

Riwayat Omset

No Tahun Bulan Omset (Rp) Link Usaha
{{$no++}} {{$data->tahun}} {{$data->bulan}} @rupiah($data->omset) link
@endsection