@extends('layouts.app') @push('styles') @endpush @section('content')

Back | {{$title}}

@php $total = 0; foreach ($datas as $a) { $total += $a->jumlah * $a->barang_tukar->point; } @endphp
@csrf
{{-- --}} @foreach ($datas as $a) @endforeach
NoNama Barang Point Jumlah Action
{{$a->barang_tukar->nama}} {{$a->barang_tukar->point}} Pt
@csrf

{{$a->jumlah}} Unit

@csrf
@csrf
Total {{$total}} Pt
@endsection @push('scripts') @endpush