@extends('layouts.app') @section('title', $title) @section('subtitle', $subtitle) @push('css') @endpush @section('content')
| No | Tanggal | Nama Transaksi | Jumlah | Kategori | Gambar | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $p->date }} | {{ $p->name }} | {{ number_format($p->amount, 0, ',', '.') }} | @if($p->category->parent_type == 'kurang') {{ $p->category->name }} @elseif($p->category->parent_type == 'tambah') {{ $p->category->name }} @else {{ $p->category->name }} @endif |
|
Show @can('supplier-delete') @endcan |