@extends('layouts.master') @push('css') @endpush @section('content')

Data Pembelian

@php $no =1; @endphp @foreach ($data as $item) @endforeach
No Tanggal No Transaksi Kustomer Detail Barang Dibeli Aksi
{{$no++}} {{$item->created_at}} {{$item->no_transaksi}} {{$item->supplier->nama}} @foreach ($item->pembelian_detail as $detail)
  • {{$detail->obat->nama}} - {{$detail->jumlah}} buah
  • @endforeach
    Nota
    @endsection @push('js') @endpush