@extends('layouts.master') @section('title', 'Account Statement | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.account statement')) @section('css') @endsection @section('content')
| {{ __('basic.transaction') }} | {{ __('basic.quantity') }} |
|---|---|
|
@php
$icon = "fas fa-wallet";
$icon_color = "main-color";
@endphp
{{ $item->name }}{{ $item->barcode }} |
{{ $item->quantity }} |