@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
@csrf

Bank Transaction

{{-- --}} @foreach ($damageEntries as $damageEntry) {{-- --}} @endforeach
CodeTransaction TypeDate Product Code Product Name Quantity Damage Amount Description Action
{{ $damageEntry->code }}{{ $damageEntry->transaction_type }}{{ $damageEntry->date }} {{ $damageEntry->product_id }} {{ $damageEntry->product_name }} {{ $damageEntry->quantity }} {{ $damageEntry->amount }} {{ $damageEntry->description }}
@endsection @push('js') @endpush