@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.dashboard') }} | {{ __('basic.account statement') }}
{{ __('basic.print') }} {{ __('basic.search filter') }}
{{ __('basic.inventory') }}
{{ $warehouse->name }}
{{ __('basic.from') }} {{ $date_from }} {{ __('basic.to') }} {{ $date_to }}
{{ __('basic.products') }}
@foreach ($account as $item) @endforeach
{{ __('basic.transaction') }} {{ __('basic.quantity') }} {{ __('basic.show') }}
@php $icon = "fas fa-wallet"; $icon_color = "main-color"; @endphp

{{ $item->name }}

{{ $item->barcode }}

{{ $item->quantity }}
@endsection @section('js') {{-- data table --}} @endsection