@extends('layouts.app') @section('title') Daftar Pembelian @endsection @section('breadcrumb') @parent
  • pembelian
  • @endsection @section('content')
    Transaksi Baru @if(!empty(session('idpembelian'))) Transaksi Aktif @endif
    No Tanggal Supplier Total Item Total Harga Diskon Total Bayar Aksi
    @include('pembelian.detail') @include('pembelian.supplier') @endsection @section('script') @endsection