@extends('layouts.default') @section('title') Tagihan @endsection @push('before-script') @if (session('status')) @endif @endpush @section('content')

@yield('title')

{{-- --}}
@if($datas->count()>0) @endif {{-- --}} {{-- --}} @forelse ($datas as $data) @empty @endforelse
All Nama Tagihan Tingkatan JurusanTipeNominal Tagihan Total Tagihan Aksi
{{ ((($loop->index)+1)+(($datas->currentPage()-1)*$datas->perPage())) }} {{Str::limit($data->nama,25,' ...')}} {{$data->tingkatan}} {{$data->jurusan}} {{Fungsi::rupiah($data->total)}} {{-- --}}
Data tidak ditemukan
@php $cari=$request->cari; @endphp
{{ $datas->onEachSide(1) ->links() }}
@endsection