@extends('layouts.backend') @section('title','Admin - Transaksi Customer') @section('header','Transaksi Customer') @section('content')
{{$total = 0}}
@foreach ($jml as $item) @endforeach
# Nama Alamat No Telpon Transaksi Action
{{$no}} {{$item->nama}} {{$item->alamat}} {{$item->no_telp}} {{$item->sum('kg')}}
@endsection @section('scripts') @endsection