@extends('admin.layouts.master') @section('content')
@include('admin.anbar.product.partials.search')

{{ $title }}


@foreach ($anbarproducts as $item) @endforeach
ردیف شناسه شماره سند انبار سند واحد مبدا نام طرف حساب نام محصول کاربر ثبت‌کننده وزن تعداد زمان امکانات
{{ $loop->index + 1 }} {{$item->code}} {{$item->id}} {{@$item->anbar->name}} {{@$item->sendable_id}} {{@$item->account->nf}} {{@$item->product->name}} {{@$item->admin->nf}} {{$item->vazn}} {{$item->tedad}} {{jdate($item->date_at)}} @if (!empty($item->tozih)) @endif @if (!empty($item->tozih)) @endif
@endsection @section('js-page') @endsection