@extends('layouts.backend') @section('title','Admin - Transaksi Customer') @section('header','Transaksi Customer') @section('content')
| # | Nama | Alamat | No Telpon | Transaksi | Action |
|---|---|---|---|---|---|
| {{$no}} | {{$item->nama}} | {{$item->alamat}} | {{$item->no_telp}} | {{$item->sum('kg')}} |